-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpackage.json
53 lines (53 loc) · 1.35 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": "nyc-buildings",
"version": "0.0.1",
"homepage": "https://tbaldw.in/nyc-buildings",
"authors": [
"Taylor Baldwin <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/rolyatmax/nyc-buildings"
},
"scripts": {
"start": "budo src/index.js:bundle.js --live --open",
"build": "browserify src/index.js > bundle.js",
"serve": "open http://localhost:8080 && python -m SimpleHTTPServer 8080"
},
"dependencies": {
"3d-view-controls": "^2.2.2",
"array-shuffle": "^1.0.1",
"binary-split": "^1.0.3",
"browserify": "^16.1.1",
"budo": "^11.2.0",
"camera-picking-ray": "^1.0.1",
"canvas-fit": "^1.5.0",
"d3-color": "^1.0.3",
"d3-dsv": "^2.0.0",
"d3-scale": "^2.0.0",
"d3-scale-chromatic": "^1.2.0",
"dat-gui": "^0.5.0",
"earcut": "^2.1.3",
"gl-mat4": "^1.1.4",
"glsl-fxaa": "^3.0.0",
"glsl-hsl2rgb": "^1.1.0",
"glslify": "^6.1.1",
"libtess": "^1.2.2",
"localforage": "^1.7.1",
"minimist": "^1.2.0",
"perspective-camera": "^2.0.1",
"ray-plane-intersection": "^1.0.0",
"regl": "^1.3.1",
"ric": "^1.3.0",
"spring-animator": "^1.0.3",
"standard": "^11.0.1",
"through2": "^2.0.3",
"triangle-normal": "^0.0.0",
"xml2js": "^0.4.19"
},
"browserify": {
"transform": [
"glslify"
]
}
}