-
Notifications
You must be signed in to change notification settings - Fork 156
/
package.json
36 lines (36 loc) · 965 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
{
"name": "phaser3-docs",
"version": "0.0.1",
"description": "Phaser 3 Documentation Generator",
"main": "src/index.js",
"scripts": {
"build": "node src/index.js",
"gen": "jsdoc -c jsdoc.conf.json"
},
"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": "^4.0.3",
"directory-tree": "^2.0.0",
"doctrine": "^2.0.0",
"extract-comments": "^0.10.1",
"fs-extra": "^4.0.2",
"jsdoc": "^3.5.5",
"jsdoc-to-markdown": "^4.0.1",
"json-beautify": "^1.0.1",
"node-gyp": "^3.6.2",
"sql.js": "^0.4.0"
}
}