-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (35 loc) · 914 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": "dot-cinema",
"version": "0.0.0",
"dependencies": {
"angular": "~1.4.0",
"json3": "~3.3.1",
"es5-shim": "~3.0.1",
"angular-resource": "~1.4.0",
"angular-cookies": "~1.4.0",
"angular-sanitize": "~1.4.0",
"angular-bootstrap": "~0.13.0",
"font-awesome": ">=4.1.0",
"lodash": "~3.10.1",
"angular-socket-io": "~0.7.0",
"angular-ui-router": "~0.2.15",
"angular-validation-match": "~1.5.2",
"foundation": "~5.5.3",
"angular-foundation": "~0.8.0",
"angular-slick": "~0.2.1",
"moment": "~2.10.6",
"angular-toastr": "~1.6.0",
"angular-animate": "~1.4.8",
"stringjs": "~3.3.1",
"angular-xeditable": "~0.1.9",
"angular-confirm-modal": "~1.2.2",
"ng-file-upload": "~11.2.1",
"angular-ui-calendar": "~1.0.1"
},
"devDependencies": {
"angular-mocks": "~1.4.0"
},
"resolutions": {
"angular": "~1.4.0"
}
}