-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
35 lines (35 loc) · 823 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
{
"name": "kinder-app",
"version": "0.1.0",
"main": "index.html",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"jquery": "~2.0",
"lodash": "~3.10",
"bootstrap": "~3.3.5",
"angular": "~1.4.5",
"angular-route": "~1.4.5",
"angular-animate": "~1.4.5",
"angular-resource": "~1.4.5",
"angular-mocks": "~1.4.5",
"angular-ui-utils": "~0.1",
"angular-bootstrap": "~0.12",
"moment": "~2.10.6",
"less.js": "~2.5",
"lesshat": "~3.0.2",
"ui-select": "angular-ui-select#^0.16.1",
"ng-file-upload": "~12.0.4",
"fontawesome": "~4.6.0",
"angularfire": "^2.0.2",
"angular-material": "^1.1.1",
"angular-cookies": "^1.5.8",
"angular-ui-router": "^0.3.2"
},
"resolutions": {
"angular": "1.4.7"
}
}