-
-
Notifications
You must be signed in to change notification settings - Fork 445
Expand file tree
/
Copy pathbower.json
More file actions
25 lines (25 loc) · 604 Bytes
/
bower.json
File metadata and controls
25 lines (25 loc) · 604 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
{
"name": "google-webfonts-helper",
"version": "1.1.0",
"dependencies": {
"angular-animate": "1.3.8",
"angular-bootstrap": "0.11.2",
"angular-busy": "4.1.2",
"angular-cookies": "1.3.8",
"angular-resource": "1.3.8",
"angular-sanitize": "1.3.8",
"angular-ui-router": "0.2.18",
"angular": "1.3.8",
"bootstrap": "3.1.1",
"es5-shim": "3.0.2",
"font-awesome": "4.2.0",
"highlightjs": "8.4.0",
"jquery": "1.11.3",
"json3": "3.3.2",
"lodash": "2.4.2"
},
"devDependencies": {
"angular-mocks": "1.3.8",
"angular-scenario": "1.3.8"
}
}