-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.15 KB
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
{
"name": "maze",
"version": "3.0.1",
"description": "A 3D browser game featuring a randomly generated maze.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"build-watch": "gulp build-watch",
"start-watch": "nodemon -w index.js index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/equalsdanny/maze.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/equalsdanny/maze/issues"
},
"homepage": "https://github.com/equalsdanny/maze#readme",
"dependencies": {
"babelify": "^7.3.0",
"co": "^4.6.0",
"concat-stream": "^1.6.0",
"express": "4.15.2",
"gl-matrix": "2.3.2",
"mustache": "^2.3.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"sprintf-js": "1.0.3"
},
"devDependencies": {
"babel-plugin-transform-async-to-generator": "^6.22.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.0",
"babel-preset-react": "^6.23.0",
"browserify": "^14.1.0",
"gulp": "^3.9.1",
"nodemon": "^1.11.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
}
}