加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bower.json 811 Bytes
一键复制 编辑 原始数据 按行查看 历史
codeveryday 提交于 2021-04-14 11:04 . source code
{
"name": "phaser",
"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"
],
"typescript": {
"definitions": [
"typescript/p2.d.ts",
"typescript/phaser.comments.d.ts",
"typescript/pixi.comments.d.ts"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化