-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 883 Bytes
/
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
{
"name": "engine",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"build": "gulp bundle",
"watch": "gulp watch"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"babelify": "^8.0.0",
"body-parser": "~1.18.2",
"browserify": "^15.0.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.15.5",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemap": "^1.0.1",
"gulp-watch": "^5.0.0",
"morgan": "~1.9.0",
"nodemon": "^1.13.3",
"pug": "2.0.0-beta11",
"serve-favicon": "^2.4.5",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"gulp-babel": "^7.0.0",
"three": "^0.89.0",
"webpack": "^3.10.0"
}
}