-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
37 lines (37 loc) · 1015 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
{
"name": "shopnx",
"version": "0.6.0",
"dependencies": {
"angular": "^1.6.4",
"angular-animate": "^1.6.4",
"angular-bootstrap": "~0.13.4",
"angular-cookies": "^1.6.4",
"angular-loading": "~0.1.4",
"angular-moment": "~0.10.3",
"angular-resource": "^1.6.4",
"angular-sanitize": "^1.6.4",
"angular-socket-io": "~0.6.0",
"angular-tablesort": "~1.1.0",
"angular-toastr": "~1.5.0",
"angular-ui-router": "0.3.1",
"angularjs-slider": "~0.1.29",
"bootstrap": "~3.1.1",
"checklist-model": "~0.5.0",
"components-font-awesome": "~4.4.0",
"es5-shim": "~3.0.1",
"font-awesome": "~4.4.0",
"json3": "~3.3.1",
"lodash": "~2.4.1",
"ngInfiniteScroll": "~1.2.1",
"bootstrap-hover-dropdown": "~2.1.3",
"ui-select": "angular-ui-select#~0.13.2",
"angular-mockable-http-provider": "^0.3.0"
},
"devDependencies": {
"angular-mocks": "^1.6.4",
"angular-scenario": "^1.6.4"
},
"resolutions": {
"angular": "^1.6.4"
}
}