r3-legacy/package.json

29 lines
701 B
JSON
Raw Normal View History

2016-10-14 12:32:53 +02:00
{
"name": "gamewheel-game-lib",
"description": "Gamewheel Game Library",
2016-10-31 09:39:41 +01:00
"version": "1.0.0",
2016-10-14 12:32:53 +02:00
"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",
2016-11-17 18:31:41 +01:00
"lodash": "^4.17.2",
2016-10-31 10:06:37 +01:00
"q": "^1.4.1",
2016-10-24 15:56:28 +02:00
"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",
2016-11-23 10:45:49 +01:00
"sinon-chai": "^2.8.0",
"c-preprocessor": "^0.0.0",
"gulp-c-preprocessor": "^0.0.0"
2016-10-18 13:37:38 +02:00
}
2016-10-14 12:32:53 +02:00
}