forked from Formlabs/hackathon-slicer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 773 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 773 Bytes
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
{
"name": "gulp.browserify",
"version": "1.0.0",
"description": "Browserify, Babelify + Watchify + Sourcemaps Example",
"main": "gulpfile.js",
"scripts": {
"start": "gulp"
},
"license": "MIT",
"devDependencies": {
"babelify": "^6.1.2",
"browser-sync": "^2.2.1",
"browserify": "^8.1.3",
"exorcist": "^0.4.0",
"gulp": "^3.8.11",
"gulp-util": "^3.0.3",
"parse-stl": "^1.0.2",
"parse-stl-binary": "^1.0.1",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.3.0"
},
"dependencies": {
"gl-matrix": "^2.3.1",
"glslify": "^2.0.0",
"underscore": "^1.8.0",
"filesaver.js": "^0.2.0",
"jszip": "^2.5.0",
"convex-hull": "^1.0.0"
},
"browserify": {
"transform": [
"glslify"
]
}
}