beta.r3js.org
-=yb4f310 2017-11-19 14:35:32 +01:00
parent 2959d9a62e
commit a088425668
1 changed files with 8 additions and 5 deletions

View File

@ -1,7 +1,12 @@
{
"name": "game-lib",
"description": "Game Library",
"name": "spoon/game-lib",
"description": "Flying Spoon Game Library",
"version": "1.0.0",
"scripts" : {
"install" : "gulp build"
},
"repository": "https://bitbucket.org/flyingspoon/editor-game-lib.git",
"license": "UNLICENSED",
"dependencies": {
"cannon": "^0.6.2",
"gulp": "^3.9.1",
@ -18,8 +23,6 @@
"three": "*",
"through2": "^2.0.1"
},
"repository": "https://bitbucket.org/flyingspoon/editor-game-lib",
"license": "UNLICENSED",
"devDependencies": {
"chai": "^3.5.0",
"gulp-istanbul": "^1.1.1",
@ -30,4 +33,4 @@
"sinon-chai": "^2.8.0",
"gulp-c-preprocessor": "0.0.4"
}
}
}