mirror of
https://github.com/photonstorm/phaser
synced 2024-11-11 07:34:43 +00:00
37 lines
676 B
JSON
37 lines
676 B
JSON
{
|
|
"name": "phaser",
|
|
"version": "2.0.6",
|
|
"homepage": "http://phaser.io",
|
|
"authors": [
|
|
"photonstorm <rich@photonstorm.com>"
|
|
],
|
|
"description": "A fun, free and fast 2D game framework for making HTML5 games for desktop and mobile, supporting Canvas and WebGL.",
|
|
"main": "build/phaser.js",
|
|
"keywords": [
|
|
"html5",
|
|
"game",
|
|
"games",
|
|
"framework",
|
|
"canvas",
|
|
"WebGL",
|
|
"tilemaps",
|
|
"physics",
|
|
"sprites",
|
|
"fonts",
|
|
"images",
|
|
"audio",
|
|
"Web",
|
|
"Audio",
|
|
"touch",
|
|
"input",
|
|
"mobile"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|