-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.41 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
54
55
{
"scripts": {
"start": "beefy stlplater.js:bundle.js --live --open --cwd=static --index=static/index.html",
"build": "browserify -e stlplater.js | uglifyjs > static/bundle.js"
},
"browserify": {
"transform": [
"workerify",
"glslify"
]
},
"dependencies": {
"boxpack": "^0.1.0",
"browser-filesaver": "^1.0.0",
"domready": "^1.0.5",
"drop-stl-to-json": "^0.1.5",
"eye-vector": "0.0.0",
"fc": "^1.0.0",
"gl-buffer": "^2.0.8",
"gl-matrix": "^2.1.0",
"gl-now": "^1.3.1",
"gl-shader-core": "^2.1.1",
"gl-texture2d": "^2.0.0",
"gl-vao": "^1.2.0",
"glsl-hemisphere-light": "0.0.0",
"glslify": "^1.6.0",
"onecolor": "^2.4.1",
"orbit-camera": "^1.0.0",
"qel": "^1.0.0",
"quick-hull-2d": "0.0.0",
"robust-orientation": "^1.1.3",
"stl": "^1.1.0",
"tincture": "^1.0.0",
"workerstream": "^1.2.1"
},
"devDependencies": {
"beefy": "^2.1.0",
"glslify": "^1.6.0",
"workerify": "^0.3.0"
},
"name": "stlplater",
"description": "drag and drop stls to be plated for 3d printing",
"version": "0.0.0",
"main": "stlplater.js",
"repository": {
"type": "git",
"url": "https://github.com/tmpvar/stlplater.git"
},
"author": "Elijah Insua <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tmpvar/stlplater/issues"
},
"homepage": "https://github.com/tmpvar/stlplater"
}