-
Notifications
You must be signed in to change notification settings - Fork 9
/
bower.json
40 lines (40 loc) · 1013 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "groepsadministratie",
"description": "Front end van de nieuwe groepsadministratie",
"main": "",
"authors": [
"Steven Aerts <steven.aerts@gmail.com>",
"Johan Degrieck <johandegrieck@gmail.com>"
],
"homepage": "https://github.com/ScoutsGidsenVL/groepsadmin-client",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "1.10.2",
"jquery-ui": "1.10.4",
"angular": "1.5.5",
"angular-route": "1.5.5",
"angular-sanitize": "1.5.5",
"angular-resource": "1.5.5",
"angular-messages": "1.5.5",
"lodash": "~4.17.4",
"components-font-awesome": "~4.7.0",
"moment": "^2.22.2",
"chart.js": "~2.5.0",
"iban": "~0.0.14",
"angular-ui-tinymce": "~0.0.18",
"angular-filter": "^0.5.16",
"angular-fixed-table-header": "~0.2.1",
"google-libphonenumber": "3.2.8",
"angular-i18n": "^1.7.5"
},
"resolutions": {
"angular": "1.5.5"
}
}