-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.05 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
43
{
"name": "zeroengine",
"version": "0.0.25",
"description": "Component based game engine focusing on rapid iteration.",
"main": "index.js",
"scripts": {
"deploy-gh-pages": "gh-pages-multi deploy --no-history --verbose --src=./Build/Page"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZeroEngineProject/ZeroEngine.git"
},
"config": {
"unsafe-perm": true
},
"keywords": [
"game",
"engine",
"components",
"rapid iteration",
"cross platform"
],
"author": "Trevor Sundberg",
"license": "MIT",
"bugs": {
"url": "https://github.com/ZeroEngineProject/ZeroEngine/issues"
},
"homepage": "https://github.com/ZeroEngineProject/ZeroEngine#readme",
"dependencies": {
"@koumoul/gh-pages-multi": "^0.7.1",
"command-exists": "^1.2.8",
"eslint": "^5.9.0",
"execa": "^1.0.0",
"express": "^4.17.1",
"find-up": "^4.1.0",
"glob": "^7.1.3",
"mkdirp": "^0.5.1",
"moxygen": "^0.7.12",
"puppeteer": "^2.0.0",
"rimraf": "^2.6.2",
"yargs": "^13.2.2"
}
}