-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
37 lines (37 loc) · 902 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": "dungeonizer-js",
"version": "0.0.0",
"author": "mlknz",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mlknz/Dungeonizer.js"
},
"engines": {
"node": ">=5.0.0"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"browser-sync": "^2.11.1",
"del": "^2.2.0",
"device.js": "^0.1.2",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^4.0.0",
"eslint-loader": "^1.2.1",
"gulp": "^3.9.0",
"gulp-if": "^2.0.0",
"gulp-util": "^3.0.7",
"ip": "^1.1.0",
"json-loader": "^0.5.4",
"portfinder": "^0.4.0",
"seedrandom": "^2.4.2",
"three": "0.80.0",
"webpack": "^1.12.12",
"webpack-dev-server": "^1.14.1",
"webpack-glsl-loader": "^1.0.1",
"webpack-module-hot-accept": "1.0.3"
}
}