-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 771 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 771 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
33
34
{
"name": "solarsystemjs",
"version": "1.0.0",
"homepage": "https://github.com/TeamCodeC",
"authors": [
"Code COnquerors <teamcodeconquerors@gmail.com>"
],
"description": "The NEOs modeled to scale with Three.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"twig.js": "~0.8.7",
"jquery": "~2.1.4",
"requirejs": "~2.1.17",
"tweenjs": "*",
"THREEOrbitControls": "~71.1.0",
"tween.js": "tweenjs#~16.3.1",
"foundation-sites": "~6.1.2",
"backbone": "^1.2.3",
"randomcolor": "^0.4.4",
"three.js": "^0.76.0",
"foundation-icon-fonts": "*",
"ajaxrequest": "*"
},
"devDependencies": {
"stats.js": "*",
"bourbon": "~4.2.6"
}
}