1 Star 0 Fork 3

slailcp/phaser-ce_wechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.61 KB
一键复制 编辑 原始数据 按行查看 历史
codeveryday 提交于 2020-11-08 01:31 . phaser ce适配微信小游戏版
{
"name": "phaser-ce",
"version": "2.16.1",
"release": "2020-10-21",
"description": "Phaser CE (Community Edition) is a fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
"author": "Richard Davey <rdavey@gmail.com> (http://www.photonstorm.com)",
"contributors": [
"samme <samme.npm@gmail.com> (https://github.com/samme)"
],
"logo": "https://raw.github.com/photonstorm/phaser-ce/master/phaser-logo-small.png",
"homepage": "https://photonstorm.github.io/phaser-ce/",
"bugs": "https://github.com/photonstorm/phaser-ce/issues",
"license": "MIT",
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
"main": "./build/phaser.js",
"types": "./typescript/phaser.comments.d.ts",
"files": [
"/build/",
"/filters/",
"/Gruntfile.js",
"/src/",
"/tasks/",
"/typescript/"
],
"repository": {
"type": "git",
"url": "https://photonstorm@github.com/photonstorm/phaser-ce.git"
},
"scripts": {
"check-version": "grep -H 'VERSION:' src/Phaser.js build/phaser.js; grep -H '\"version\":' package.json; grep -H -m1 '## Version ' CHANGELOG.md; grep -H 'phaser-ce/releases/tag/v' README.md",
"grunt": "grunt",
"test": "npm run test:src; npm run test:ts",
"test:build": "node --check build/*.js; node --check build/custom/*.js",
"test:dist": "grunt test && node --check dist/phaser-test.js",
"test:src": "eslint src",
"test:ts": "tsc --noImplicitAny ./typescript/p2.d.ts ./typescript/phaser.d.ts ./typescript/pixi.d.ts; tsc --noImplicitAny ./typescript/phaser.comments.d.ts ./typescript/pixi.comments.d.ts",
"tsc": "./node_modules/typescript/bin/tsc"
},
"keywords": [
"2d",
"HTML5",
"WebGL",
"canvas",
"game",
"javascript",
"physics",
"tweens",
"typescript",
"web audio",
"phaser"
],
"devDependencies": {
"fsevents": "^2.1.2",
"grunt": "^1.0.4",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-eslint": "^20.1.0",
"grunt-git": "^1.0.14",
"grunt-jsdoc": "^2.1.0",
"grunt-notify": "^0.4.5",
"grunt-text-replace": "^0.4.0",
"grunt-ts": "^6.0.0-beta.22",
"jsdoc": "^3.6.3",
"load-grunt-config": "^3.0.1",
"markdown-it": "^10.0.0",
"typescript": "1.4.1"
},
"typings": "./typescript/phaser.comments.d.ts",
"typescript": {
"definitions": [
"typescript/p2.d.ts",
"typescript/phaser.comments.d.ts",
"typescript/pixi.comments.d.ts"
]
},
"dependencies": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/slailcp/phaser-ce_wechat.git
git@gitee.com:slailcp/phaser-ce_wechat.git
slailcp
phaser-ce_wechat
phaser-ce_wechat
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385