r3-legacy/package.json

25 lines
588 B
JSON

{
"name": "gamewheel-game-lib",
"description": "Gamewheel Game Library",
"version": "0.0.1",
"dependencies": {
"cannon": "^0.6.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-minify": "0.0.14",
"gulp-sort": "^2.0.0",
"three": "^0.81.2"
},
"repository": "https://github.com/ToywheelDev/game-lib.git",
"license": "UNLICENSED",
"devDependencies": {
"chai": "^3.5.0",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-plumber": "^1.1.0",
"gulp-watch": "^4.3.10",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0"
}
}