mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 14:08:28 +00:00
Phaser 2.4.1 build files.
This commit is contained in:
parent
27f1c657e3
commit
20ce29fea1
1 changed files with 14 additions and 14 deletions
28
package.json
28
package.json
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue