8 Star 20 Fork 3

蓝飞 / playable.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.89 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "playable.js",
"version": "3.5.0",
"author": "Jealous",
"description": "A lightweight HTML5 game engine.",
"main": "dist/playable.common.js",
"module": "dist/playable.esm.js",
"browser": "dist/playable.js",
"types": "types/index.d.ts",
"files": [
"src",
"dist/*.js",
"types/**/*.d.ts"
],
"scripts": {
"test": "karma start --single-run",
"coverage": "npm run test && cat coverage/**/lcov.info | coveralls",
"docs": "npm run docs:md && vuepress build",
"docs:md": "typedoc --theme markdown --mode file --readme none --name 'API Reference' --out docs",
"docs:dev": "vuepress dev",
"docs:build": "vuepress build",
"clean": "rimraf dist types/*/ types/index.d.ts",
"build": "npm run clean && rollup -c && npm run uglify && tsc -b types/tsconfig.json",
"watch": "npm run clean && rollup -c -w",
"uglify": "uglifyjs dist/playable.js -o dist/playable.min.js -c --source-map"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lanfei/playable.js.git"
},
"keywords": [
"html5",
"playable",
"game-engine",
"canvas"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Lanfei/playable.js/issues"
},
"homepage": "https://github.com/Lanfei/playable.js#readme",
"devDependencies": {
"@types/mocha": "^5.2.6",
"chai": "^4.2.0",
"coveralls": "^3.0.3",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-typescript": "^4.0.0",
"mocha": "^6.1.4",
"rimraf": "^2.6.3",
"rollup": "^1.12.3",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^1.9.3",
"typedoc": "^0.14.2",
"typedoc-plugin-markdown": "^1.2.1",
"typescript": "^3.4.5",
"uglify-js": "^3.5.15",
"vuepress": "^0.14.11"
}
}
TypeScript
1
https://gitee.com/lanfei/playable.js.git
git@gitee.com:lanfei/playable.js.git
lanfei
playable.js
playable.js
master

搜索帮助