-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"name": "GPGPUGeometrySimulation",
"version": "0.0.2",
"private": true,
"scripts": {
"start": "npm run watcher & npm run server",
"watcher": "node watcher.js -loglevel silent",
"server": "./node_modules/node-static/bin/cli.js -a 0.0.0.0 -p 9000 public/"
},
"dependencies": {
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"fs-extra": "^0.11.1",
"morgan": "~1.3.0",
"path": "^0.4.9",
"serve-favicon": "~2.1.3"
},
"devDependencies": {
"browserify": "^10.2.4",
"del": "^0.1.3",
"es6-promise": "^3.2.1",
"fs.extra": "^1.2.1",
"glob": "^4.0.6",
"gsap": "^1.16.1",
"gulp": "^3.8.8",
"gulp-browserify": "^0.5.1",
"gulp-sourcemaps": "^1.5.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"jquery": "~1.11.0",
"jshint-stylish": "^0.4.0",
"lodash": "^3.3.1",
"lodash.assign": "^3.2.0",
"node-static": "^0.7.6",
"stringify": "^3.1.0",
"three": ">=0.66.85",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^3.2.2",
"webvr-boilerplate": "^0.4.3"
}
}