-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 1.1 KB
/
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
41
42
{
"name": "bandaid",
"version": "0.0.0",
"dependencies": {
"angular": "~1.3.11",
"json3": "~3.3.1",
"es5-shim": "~3.1.0",
"angular-resource": "~1.2.0",
"angular-cookies": "~1.2.0",
"angular-sanitize": "~1.2.0",
"angular-animate": "~1.2.0",
"angular-touch": "~1.2.0",
"angular-route": "~1.2.0",
"font-awesome": "*",
"ngstorage": "*",
"angular-ui-router": "~0.2.13",
"ngDialog": "~0.3.8",
"angular-cache": "~3.2.4",
"angularjs-dropdown-multiselect": "~1.5.2",
"angular-http-auth": "~1.2.2",
"angular-google-maps": "~2.0.12",
"ngGeolocation": "~0.0.6",
"angular-ui-grid": "~3.0.0-rc.16",
"angular-ui-date": "~0.0.7",
"ng-file-upload": "~2.1.1",
"angular-dragdrop": "~1.0.11",
"angular-ui-router-tabs": "~1.1.4",
"bootstrap": "~3.3.2",
"angular-translate": "~2.5.2",
"angular-inflector": "~0.2.0"
},
"devDependencies": {
"angular-mocks": "~1.2.0",
"angular-scenario": "~1.2.0",
"sinonjs": "~1.10.2",
"jasmine-sinon": "~0.4.0"
},
"appPath": "app",
"resolutions": {
"angular": "~1.2.0"
}
}