UNPKG

avg-core-ts

Version:

Develop Adventure Game (or ADV, Visual Novel, Galgame, etc.) on your own!

67 lines (66 loc) 2.01 kB
{ "name": "avg-core-ts", "version": "0.3.6", "description": "Develop Adventure Game (or ADV, Visual Novel, Galgame, etc.) on your own!", "main": "dist/avg.js", "author": "micromatrix <actionmoon@aliyun.com>", "homepage": "https://avgjs.org/", "scripts": { "dev": "webpack --env.development --watch --progress --colors", "dist": "webpack --env.release && webpack --env.release --env.minimize", "prepublish": "npm run dist", "docs": "esdoc -c esdoc.json", "test": "mocha --compilers js:babel-core/register" }, "repository": { "type": "git", "url": "git+https://github.com/micromatrix/avg-core.git" }, "keywords": [ "HTML5 Game Engine", "AVG", "Game", "Pixi", "TypeScript" ], "license": "Apache-2.0", "dependencies": { "avg-ts-storyscript": "^0.2.1", "deep-equal": "^2.0.3", "fontfaceobserver": "^2.1.0", "howler": "^2.2.0", "ismobilejs": "^1.1.1", "koa-compose": "^4.1.0", "lodash": "^4.17.20", "pixi-particles": "^2.1.9", "pixi-richtext": "^1.1.2", "pixi.js": "^4.8.9", "prop-types": "^15.7.2", "raw-loader": "^4.0.1", "react": "^15.6.2", "react-dom": "^15.6.2", "whatwg-fetch": "^3.4.1" }, "devDependencies": { "babel-core": "^6.21.0", "babel-eslint": "^7.1.1", "babel-loader": "^7.1.1", "babel-plugin-transform-class-properties": "^6.19.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-export-extensions": "^6.8.0", "babel-plugin-transform-object-rest-spread": "^6.20.2", "babel-plugin-transform-react-jsx": "^6.8.0", "babel-polyfill": "^6.20.0", "babel-preset-latest": "^6.16.0", "bitbar-webpack-progress-plugin": "^0.1.3", "chai": "^3.5.0", "esdoc": "^0.5.2", "eslint": "^3.14.0", "eslint-import-resolver-webpack": "^0.8.1", "eslint-plugin-import": "^2.2.0", "eslint-plugin-react": "^6.9.0", "mocha": "^3.0.2", "sinon": "^1.17.5", "webpack": "^2.2.0" } }