Phaser 2.4.1 build files.

This commit is contained in:
Richard Davey 2015-07-22 21:06:11 +01:00
parent 27f1c657e3
commit 20ce29fea1

View file

@ -15,36 +15,36 @@
"url": "https://photonstorm@github.com/photonstorm/phaser.git"
},
"scripts": {
"test": "NODE_ENV=test grunt jshint",
"prepublish": "grunt build"
"prepublish": "grunt build",
"test": "NODE_ENV=test grunt jshint"
},
"keywords": [
"HTML5",
"game",
"canvas",
"2d",
"HTML5",
"WebGL",
"web audio",
"canvas",
"game",
"javascript",
"physics",
"tweens",
"javascript",
"typescript"
"typescript",
"web audio"
],
"devDependencies": {
"grunt": "^0.4.1",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-uglify": "^0.4.0",
"grunt-git": "^0.3.3",
"grunt-jsdoc": "~0.6.2-beta",
"grunt-notify": "^0.3.0",
"grunt-text-replace": "^0.3.11",
"load-grunt-config": "~0.7.2",
"yuidocjs": "^0.3.50",
"grunt-jsdoc": "~0.6.2-beta",
"jsdoc": "~3.3.0-alpha10",
"grunt-git": "^0.3.3",
"typescript": "^1.4.1"
"load-grunt-config": "~0.7.2",
"typescript": "^1.4.1",
"yuidocjs": "^0.3.50"
}
}