forked from Antriel/phaser3-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.56 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "phaser3-docs",
"version": "1.1.0",
"description": "Phaser 3 Documentation Generators",
"main": "src/index.js",
"scripts": {
"help": "node help.js",
"build": "node src/index.js",
"gen": "node --max_old_space_size=8192 node_modules/jsdoc/jsdoc.js -c jsdoc.conf.json -R ../phaser/README.md",
"json": "jsdoc -c jsdoc.data.json",
"_sql": "node src/jsdoc-to-sqlite.js",
"sql": "node jsdoc-to-sqlite/process.js",
"sqldev": "npm run json && npm run sql",
"types": "node src/types.js",
"total": "node total.js",
"build-docset": "dashing build phaser"
},
"repository": {
"type": "git",
"url": "git+https://github.com/photonstorm/phaser3-docs.git"
},
"keywords": [
"phaser"
],
"author": "Richard Davey <[email protected]>",
"license": "MIT",
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
"bugs": {
"url": "https://github.com/photonstorm/phaser3-docs/issues"
},
"homepage": "https://github.com/photonstorm/phaser3-docs#readme",
"devDependencies": {
"better-sqlite3": "^5.4.0",
"directory-tree": "^2.2.1",
"doctrine": "^2.0.0",
"dts-dom": "^3.1.1",
"extract-comments": "^0.10.1",
"foodoc": "0.0.8",
"fs-extra": "^4.0.2",
"ink-docstrap": "^1.3.2",
"jsdoc": "^3.5.5",
"jsdoc-json": "^2.0.2",
"jsdoc-to-markdown": "^4.0.1",
"json-beautify": "^1.0.1",
"node-gyp": "^3.8.0",
"path": "^0.12.7",
"sql.js": "^0.4.0",
"string-occurrence": "^1.2.0",
"vivid-cli": "^1.1.2"
},
"dependencies": {
"prepend-file": "^1.3.1"
}
}