-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
40 lines (40 loc) · 869 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
38
39
40
{
"name": "p1",
"version": "0.0.1",
"description": "A game framework based on egrets engine",
"main": "gulpfile.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "node ./code/client/bin-debug/unittest/UnitTest.js"
},
"repository": {
"type": "git",
"url": "https://github.com/twem007/p1.git"
},
"keywords": [
"egret",
"typescript",
"gameframework"
],
"author": {
"name": "yuxuefeng",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/twem007/p1/issues"
},
"homepage": "https://github.com/twem007/p1#readme",
"devDependencies": {
"del": "^3.0.0",
"es2015": "0.0.0",
"gulp": "^3.9.1",
"gulp-jsdoc3": "^2.0.0",
"gulp-typedoc": "^2.2.0",
"gulp-typescript": "^3.2.4",
"typedoc": "^0.11.1",
"typescript": "^2.8.1"
}
}