加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 883 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "civitas",
"version": "0.3.0",
"description": "Civitas is an empire-building game written in Javascript with the help of the jQuery library.",
"main": "index.html",
"keywords": [
"game",
"strategy",
"civitas",
"empire",
"city-builder",
"city-building",
"simulator"
],
"homepage": "https://sizeof.cat",
"bugs": "https://github.com/sizeofcat/civitas/issues",
"author": {
"name": "sizeof(cat)",
"email": "sizeofcat@riseup.net",
"url": "https://sizeof.cat"
},
"license": "GPLv3",
"repository": {
"type": "git",
"url": "https://github.com/sizeofcat/civitas.git"
},
"devDependencies": {
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.7",
"gulp-jsdoc3": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-terser": "^1.2.0"
},
"dependencies": {
"docdash": "^1.1.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化