-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 819 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 819 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
{
"name": "npmstart",
"version": "0.0.1",
"dependencies": {
"jquery": "~1.11.0",
"angular": "~1.2.26",
"angular-animate": "~1.2.26",
"angular-route": "~1.2.26",
"angular-resource": "~1.2.26",
"angular-cookies": "~1.2.26",
"angular-sanitize": "~1.2.26",
"angular-ui-router": "*",
"json3": "~3.3.1",
"es5-shim": "~3.1.0",
"bootstrap": "~3.3.0",
"components-font-awesome": "~4.2.0",
"jquery-circle-progress": "~1.0.0",
"jqBootstrapValidation": "~1.3.7",
"ngActivityIndicator": "~0.1.8",
"angular-loading-bar": "~0.6.0",
"jquery.easing": "~1.3.1",
"classie": "~1.0.1",
"angular-scroll": "~0.6.2",
"angular-bootstrap": "~0.12.0",
"angular-local-storage": "~0.1.5",
"angular-ui-grid": "~3.0.0-rc.16"
},
"devDependencies": {}
}