forked from regl-project/regl-project.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
{
"name": "regl-site",
"version": "0.1.0",
"description": "website for regl",
"main": "index.js",
"scripts": {
"bundle:api": "./bin/api.js",
"bundle": "npm run bundle:api && browserify index.js -o bundle.js",
"deploy": "npm run bundle && surge . regl.party",
"start": "budo index.js:bundle.js -P"
},
"browserify": {
"transform": "brfs"
},
"author": "freeman-lab",
"license": "MIT",
"dependencies": {
"angle-normals": "^1.0.0",
"brfs": "^1.4.3",
"browser-module-sandbox": "^1.4.5",
"browser-request": "^0.3.3",
"canvas-fit": "^1.5.0",
"choo": "^2.3.0",
"codemirror": "^5.14.2",
"dom-css": "^2.0.0",
"element-class": "^0.2.2",
"gl-mat4": "^1.1.4",
"highlight.js": "^9.4.0",
"insert-css": "^0.2.0",
"javascript-editor": "^1.0.3",
"lodash.debounce": "^4.0.6",
"marked": "^0.3.5",
"mesh-reindex": "^1.0.0",
"noisejs": "^2.1.0",
"object-extend": "^0.5.0",
"on-load": "^2.1.1",
"primitive-icosphere": "^1.0.2",
"regl": "^0.5.0",
"unindex-mesh": "^2.0.0"
},
"devDependencies": {
"brfs": "^1.4.3",
"budo": "^8.3.0",
"domify": "^1.4.0",
"jsdom": "^9.2.1",
"request": "^2.72.0"
}
}