1 Star 0 Fork 2

朱雀 / webgl-wind

forked from ApplauseWow / webgl-wind 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 904 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "webgl-wind",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w",
"test": "eslint src/*.js demo/index.js data/prepare.js",
"serve": "st -nc -i index.html",
"start": "run-p serve watch"
},
"keywords": [],
"author": "Vladimir Agafonkin",
"license": "ISC",
"devDependencies": {
"eslint": "^3.15.0",
"eslint-config-mourner": "^2.0.1",
"npm-run-all": "^4.0.1",
"pngjs": "^3.0.0",
"rollup": "^0.41.4",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-string": "^2.0.2",
"rollup-watch": "^3.2.2",
"st": "^1.2.0"
},
"eslintConfig": {
"extends": "mourner",
"parserOptions": {
"sourceType": "module"
},
"globals": {
"dat": false,
"WindGL": false
},
"rules": {
"no-var": 2,
"prefer-const": 2
}
}
}
1
https://gitee.com/rosefinch/webgl-wind.git
git@gitee.com:rosefinch/webgl-wind.git
rosefinch
webgl-wind
webgl-wind
master

搜索帮助