phaser/package.json

58 lines
1.6 KiB
JSON
Raw Normal View History

{
2014-08-22 14:33:00 +00:00
"name": "phaser",
2016-07-08 15:17:03 +00:00
"version": "2.6.1",
"release": "Caemlyn",
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
2014-09-09 15:28:25 +00:00
"author": "Richard Davey <rdavey@gmail.com> (http://www.photonstorm.com)",
"logo": "https://raw.github.com/photonstorm/phaser/master/phaser-logo-small.png",
"homepage": "http://phaser.io",
"bugs": "https://github.com/photonstorm/phaser/issues",
"license": "MIT",
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
2014-08-22 14:33:00 +00:00
"main": "./build/phaser.js",
"repository": {
"type": "git",
"url": "https://photonstorm@github.com/photonstorm/phaser.git"
},
"scripts": {
2015-07-22 20:06:11 +00:00
"test": "NODE_ENV=test grunt jshint"
},
"keywords": [
"2d",
2015-07-22 20:06:11 +00:00
"HTML5",
"WebGL",
2015-07-22 20:06:11 +00:00
"canvas",
"game",
"javascript",
"physics",
"tweens",
2015-07-22 20:06:11 +00:00
"typescript",
"web audio"
],
"devDependencies": {
2015-07-22 20:06:11 +00:00
"grunt": "^0.4.5",
2014-04-07 14:08:01 +00:00
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
2014-03-23 06:23:45 +00:00
"grunt-contrib-jshint": "^0.9.2",
2014-04-07 14:08:01 +00:00
"grunt-contrib-uglify": "^0.4.0",
2015-07-22 20:06:11 +00:00
"grunt-git": "^0.3.3",
"grunt-jsdoc": "~0.6.2-beta",
2014-07-15 15:21:56 +00:00
"grunt-notify": "^0.3.0",
2014-04-07 14:08:01 +00:00
"grunt-text-replace": "^0.3.11",
2015-03-26 02:10:57 +00:00
"jsdoc": "~3.3.0-alpha10",
2015-07-22 20:06:11 +00:00
"load-grunt-config": "~0.7.2",
"typescript": "1.4.1",
2015-07-22 20:06:11 +00:00
"yuidocjs": "^0.3.50"
},
2016-06-28 18:16:08 +00:00
"typings": "./typescript/typings.json",
"typescript": {
"definitions": [
"typescript/p2.d.ts",
"typescript/phaser.comments.d.ts",
"typescript/pixi.comments.d.ts"
]
}
}