15 Star 44 Fork 25

Fengziii / p1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 869 Bytes
一键复制 编辑 原始数据 按行查看 历史
twem007 提交于 2018-06-12 17:07 . 1、自动生成API文档
{
"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": "339001409@qq.com"
},
"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"
}
}
TypeScript
1
https://gitee.com/fengzii/p1.git
git@gitee.com:fengzii/p1.git
fengzii
p1
p1
master

搜索帮助