r3-legacy/package.json

25 lines
588 B
JSON
Raw Normal View History

2016-10-14 12:32:53 +02:00
{
"name": "gamewheel-game-lib",
"description": "Gamewheel Game Library",
"version": "0.0.1",
"dependencies": {
2016-10-24 15:56:28 +02:00
"cannon": "^0.6.2",
2016-10-14 12:32:53 +02:00
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-minify": "0.0.14",
2016-10-24 15:56:28 +02:00
"gulp-sort": "^2.0.0",
"three": "^0.81.2"
2016-10-14 12:32:53 +02:00
},
"repository": "https://github.com/ToywheelDev/game-lib.git",
2016-10-18 13:37:38 +02:00
"license": "UNLICENSED",
"devDependencies": {
"chai": "^3.5.0",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-plumber": "^1.1.0",
2016-10-25 17:57:32 +02:00
"gulp-watch": "^4.3.10",
2016-10-18 13:37:38 +02:00
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0"
}
2016-10-14 12:32:53 +02:00
}