mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
32 lines
755 B
JSON
32 lines
755 B
JSON
{
|
|
"name": "Phaser",
|
|
"version": "1.0.0",
|
|
"description": "html5 game framework",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://photonstorm@github.com/photonstorm/phaser.git"
|
|
},
|
|
"keywords": [
|
|
"HTML5",
|
|
"game",
|
|
"canvas",
|
|
"2d"
|
|
],
|
|
"author": "Richard Davey",
|
|
"license": "BSD",
|
|
"readmeFilename": "README.md",
|
|
"gitHead": "1217bf4722768514fe15ff904dab59f848d146f4",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"typescript": "~0.8.3",
|
|
"grunt-typescript": "~0.1.4",
|
|
"grunt-contrib-watch": "~0.3.1",
|
|
"grunt-contrib-connect": "~0.3.0",
|
|
"grunt-open": "~0.2.0",
|
|
"grunt-contrib-copy": "~0.4.1"
|
|
}
|
|
}
|