-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
35 lines (35 loc) · 966 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
{
"name": "every-alien-loves-404",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "node build/build.js",
"check": "npm run build && curl -X POST --form bundle=@dist/alien.zip --form category=webxr https://iw8sii1h9b.execute-api.eu-west-1.amazonaws.com/stage/analyze-bundle"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devyumao/js13k-every-alien-loves-404.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/devyumao/js13k-every-alien-loves-404/issues"
},
"homepage": "https://github.com/devyumao/js13k-every-alien-loves-404#readme",
"dependencies": {
"dat.gui": "^0.7.7",
"three": "^0.120.0"
},
"devDependencies": {
"chalk": "^4.1.0",
"html-minifier": "^4.0.0",
"node-minify": "^3.6.0",
"node-zip": "^1.1.1",
"stats.js": "^0.17.0",
"uglify-js": "^3.10.3"
}
}