-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 783 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 783 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
{
"name": "avionmake",
"version": "0.0.1",
"dependencies": {
"angular": "^1.4.1",
"angular-animate": "^1.4.1",
"angular-cookies": "^1.4.1",
"angular-material": "~0.11.0",
"angular-messages": "~1.4.1",
"angular-route": "^1.4.1",
"angular-sanitize": "^1.4.1",
"angular-touch": "^1.4.1",
"angular-translate": "~2.8.0",
"angular-translate-storage-cookie": "~2.8.0",
"angulartics": "~0.20.1",
"angulartics-google-analytics": "~0.1.1",
"canvas-5-polyfill": "~0.1.0",
"jquery": "~2.1.4",
"raphael": "~2.1.4",
"raphael.free_transform": "*",
"threejs": "*",
"tweenjs": "*"
},
"devDependencies": {
"angular-mocks": "^1.4.1",
"dat-gui": "~0.5.1"
},
"appPath": "app",
"moduleName": "avionmakeApp"
}