-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 717 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 717 Bytes
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
{
"name": "phone",
"version": "0.0.1",
"dependencies": {
"es5-shim": "~2.1.0",
"angular-leaflet": "~0.6.0",
"angular-ui-bootstrap-bower": "0.7.0",
"angular-ui-utils": "~0.0.4",
"angular": "~1.2.1",
"angular-animate": "1.2.2",
"angular-route": "~1.2.1",
"angular-resource": "~1.2.1",
"angular-sanitize": "~1.2.1",
"angular-scenario": "~1.2.1",
"angular-loader": "~1.2.1",
"angular-cookies": "~1.2.1",
"angular-touch": "~1.2.1",
"bootstrap": "~3.0.0",
"bootflat": "*",
"animate.css": "3.0.0",
"flat-ui-official": "~2.1.0",
"topcoat": "~0.8.0"
},
"devDependencies": {
"angular-mocks": "~1.2.1",
"angular-scenario": "~1.2.1"
}
}