r3-legacy/package.json

34 lines
825 B
JSON
Raw Normal View History

2016-10-14 12:32:53 +02:00
{
2018-04-09 09:38:36 +02:00
"name": "spoon-r3",
2017-11-19 14:35:32 +01:00
"description": "Flying Spoon Game Library",
2016-10-31 09:39:41 +01:00
"version": "1.0.0",
2018-04-09 09:38:36 +02:00
"repository": "https://bitbucket.org/flyingspoon/editor-r3.git",
2017-11-19 14:35:32 +01:00
"license": "UNLICENSED",
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-inject-string": "^1.1.0",
2016-10-14 12:32:53 +02:00
"gulp-minify": "0.0.14",
2016-10-24 15:56:28 +02:00
"gulp-sort": "^2.0.0",
"gulp-string-replace": "^0.2.0",
2016-11-23 11:05:40 +01:00
"gulp-util": "^3.0.7",
"i": "^0.3.5",
2016-11-17 18:31:41 +01:00
"lodash": "^4.17.2",
"npm": "^4.0.2",
2016-10-31 10:06:37 +01:00
"q": "^1.4.1",
"three": "*",
"through2": "^2.0.1"
2016-10-14 12:32:53 +02:00
},
2016-10-18 13:37:38 +02:00
"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",
"gulp-c-preprocessor": "0.0.4"
2016-10-18 13:37:38 +02:00
}
2017-11-19 14:42:46 +01:00
}