-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.42 KB
/
package.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "cesium-cdb-demo",
"version": "1.0.0",
"description": "Demo of Cesium.js and CDB",
"private": "yes",
"main": "index.js",
"engines": {
"node": "6.10.x",
"npm": "^4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "James Badger <[email protected]>",
"license": "MIT",
"dependencies": {
"babel-cli": "^6.24.0",
"backbone": "^1.3.3",
"backbone.marionette": "^2.4.7",
"bootstrap": "^3.3.6",
"broccoli": "^1.0.0",
"broccoli-babel-transpiler": "^6.0.0",
"broccoli-cli": "^1.0.0",
"broccoli-concat": "^3.2.2",
"broccoli-funnel": "^1.2.0",
"broccoli-gzip": "^0.3.0",
"broccoli-handlebars-precompiler": "^0.1.4",
"broccoli-merge-trees": "^2.0.0",
"broccoli-mincer": "0.0.5",
"broccoli-pug": "0.0.4",
"broccoli-sass": "^0.7.0",
"broccoli-slow-trees": "^2.0.0",
"broccoli-source": "^1.1.0",
"broccoli-uglify-sourcemap": "^1.1.1",
"broccoli-watchify": "^1.0.1",
"browserify": "^14.3.0",
"cesium": "^1.36.0",
"commander": "^2.9.0",
"connect-gzip-static": "^2.0.1",
"copy-dereference": "^1.0.0",
"express": "^4.15.2",
"font-awesome": "^4.5.0",
"handlebars": "^4.0.8",
"http-proxy": "^1.16.2",
"jquery": "^2.1.4",
"json2": "^0.4.0",
"node-sass": "^4.5.2",
"q": "^1.4.1",
"rimraf": "^2.4.4",
"tiny-lr": "^1.0.4",
"underscore": "^1.8.3"
}
}