加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 662 Bytes
一键复制 编辑 原始数据 按行查看 历史
06wj 提交于 2019-12-17 11:39 . add hilo3d
{
"name": "pokemon",
"description": "pokemon viewer",
"version": "0.1.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/06wj/pokemon.git"
},
"keywords": [
"pokemon",
"3d"
],
"author": "06wj",
"license": "MIT",
"bugs": {
"url": "https://github.com/06wj/pokemon/issues"
},
"homepage": "https://github.com/06wj/pokemon#readme",
"devDependencies": {
"colors": "^1.3.2",
"download": "^7.1.0",
"execa": "^1.0.0",
"fs-extra": "^7.0.1"
},
"dependencies": {
"hilo3d": "^1.13.44"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化