-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 951 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
{
"name": "angular-app",
"version": "0.0.0",
"dependencies": {
"jquery": "~1.11.2",
"angular": "~1.2.28",
"json3": "^3.3.0",
"es5-shim": "^4.0.0",
"angular-animate": "~1.2.28",
"angular-resource": "~1.2.28",
"angular-route": "~1.2.28",
"angular-sanitize": "~1.2.28",
"angular-bindonce": "~0.3.3",
"angular-ui-select": "https://github.com/moda-schneij/ui-select.git#bind-name-attribute",
"angular-pretty-checkable": "~0.1.5",
"angular-ui-utils": "~0.2.3",
"modernizr": "~2.8.3",
"ngDialog": "~0.3.11",
"angular-spinner": "~0.6.1",
"moment": "~2.10.2",
"moment-range": "~2.0.2",
"angular-debounce": "~1.0.3",
"tipso": "~1.0.5",
"angular-utils-pagination":"~0.9.0"
},
"devDependencies": {
"angular-mocks": "~1.2.28"
},
"appPath": "app",
"resolutions": {
"angular": "1.2.28"
},
"__comment": {
"oldUiSelect": "angular-ui-select: ~0.11.1"
}
}