-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 837 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 837 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
29
30
31
32
{
"name": "pragma",
"version": "0.0.0",
"dependencies": {
"angular": "1.2.11",
"json3": "~3.2.6",
"es5-shim": "~2.1.0",
"jquery": "~1.11.0",
"bootstrap": "~3.0.3",
"angular-resource": "1.2.11",
"angular-cookies": "1.2.11",
"angular-sanitize": "1.2.11",
"angular-route": "1.2.11",
"angular-google-maps": "1.0.13",
"metisMenu": "*",
"simpleWeather": "~2.6.0",
"font-awesome": "~4.0.3",
"restangular": "~1.3.1",
"angular-ui-router": "~0.2.10",
"angularjs-geolocation": "~0.1.1",
"highcharts-ng": "~0.0.6",
"angular-bootstrap": "*",
"angular-ui-utils": "bower-jq",
"ngstorage": "~0.3.0",
"angular-loading-bar": "~0.4.0",
"angular-animate": "1.2.11"
},
"devDependencies": {
"angular-mocks": "1.2.11",
"angular-scenario": "1.2.11"
}
}