-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbower.json
37 lines (37 loc) · 920 Bytes
/
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
{
"name": "bluewhale",
"version": "0.0.0",
"authors": [
"fundon <[email protected]>"
],
"license": "MIT",
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"test",
"tests"
],
"dependencies": {
"angular": "1.4.x",
"angular-animate": "1.4.x",
"angular-aria": "1.4.x",
"hammerjs": "2.0.x",
"angular-resource": "1.4.x",
"angular-ui-router": "0.2.x",
"d3": "3.5.x",
"lodash": "3.x.x",
"metrics-graphics": "2.x.x",
"angular-material": "0.8.x",
"material-design-icons": "1.0.x",
"angular-pretty-bytes": "1.0.x",
"angular-loading-bar": "0.6.x",
"angular-moment": "0.9.x",
"angular-translate": "2.6.x",
"angular-translate-storage-local": "2.6.x",
"angular-translate-loader-static-files": "2.6.x",
"angular-translate-storage-cookie": "2.6.x",
"angular-cookies": "1.4.x",
"sockjs-client": "1.x.x"
}
}