3 Star 0 Fork 0

mirrors_cocos-creator / bullet-release

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 719 Bytes
一键复制 编辑 原始数据 按行查看 历史
Santy Wang 提交于 2021-11-26 12:44 . 1.0.2 (#1)
{
"name": "@cocos/bullet",
"version": "1.0.2",
"description": "",
"main": "bullet.cocos.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"minify": "uglifyjs bullet.asm.js -c -m -o bullet.asm.min.js",
"build": "npm run minify && node port.js && babel bullet.temp.js -o bullet.cocos.js",
"postpublish": "cnpm sync @cocos/bullet",
"p": "npm publish --access public",
"p-beta": "npm publish --access public --tag beta"
},
"author": "jiaxin.lai",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/plugin-transform-modules-umd": "^7.8.3",
"@babel/preset-env": "^7.8.7"
}
}
1
https://gitee.com/mirrors_cocos-creator/bullet-release.git
git@gitee.com:mirrors_cocos-creator/bullet-release.git
mirrors_cocos-creator
bullet-release
bullet-release
master

搜索帮助