-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 852 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
{
"name": "ace-vox",
"version": "1.0.0",
"description": "A webgl voxel game",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": "https://github.com/samcarlinone/ace-vox.git",
"author": "samcarlinone <[email protected]>",
"license": "UNLICENSED",
"devDependencies": {
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-nodemon": "^2.2.1",
"gulp-nunjucks-render": "^2.0.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"express": "^4.14.1",
"gl-matrix": "^2.3.2",
"noisejs": "^2.1.0"
}
}