This repository was archived by the owner on Apr 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
54 lines (54 loc) · 1.36 KB
/
bower.json
File metadata and controls
54 lines (54 loc) · 1.36 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "neon-gtd",
"description": "A sample geo-temporal analysis dashboard that uses the neon.js library to show interactions between multiple visualizations of a dataset.",
"version": "0.8.0",
"homepage": "https://github.com/NextCenturyCorporation/neon-gtd",
"license": "Apache v2",
"private": true,
"dependencies": {
"angular": "1.2.x",
"angular-loader": "1.2.x",
"angular-mocks": "1.2.x",
"angular-route": "1.2.x",
"bootstrap": "3.2.0",
"d3": "~3.0",
"leapjs": "v0.6.2",
"threejs": "r70",
"threejs-examples": "r68"
},
"exportsOverride": {
"angular-mocks": {
"js": "**/*.js",
"css": "**/*.css"
},
"bootstrap-*": {
"js": "**/*.js",
"css": "**/*.css"
},
"bootstrap": {
"js": "dist/js/*.js",
"css": "dist/css/*.css",
"fonts": "dist/fonts/*.*"
},
"d3": {
"js": "**/d3.min.js",
"css": "**/*.css"
},
"threejs-examples": {
"js": "examples/js/*.js",
"js/renderers": "examples/js/renderers/*.js",
"js/renderers/plugins": "examples/js/renderers/plugins/*.js",
"js/controls": "examples/js/controls/*.js",
"js/effects": "examples/js/effects/*.js",
"js/libs": "examples/js/libs/*.js"
},
"*": {
"js": [
"**/*.js",
"**/*min.js",
"**/*.map"
],
"css": "**/*.css"
}
}
}