UNPKG

avg-core

Version:

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

60 lines (59 loc) 1.82 kB
{ "name": "avg-core", "version": "0.1.1", "description": "Develop Adventure Game (or ADV, Visual Novel, Galgame, etc.) on your own!", "main": "dist/avg.js", "author": "Icemic Jia <bingfeng.web@gmail.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" }, "keywords": [ "Game Engine", "AVG", "Visual Novel", "Galgame", "Game" ], "license": "Apache-2.0", "dependencies": { "avg-storyscript": "^0.2.2", "deep-equal": "^1.0.1", "fontfaceobserver": "^2.0.7", "howler": "^2.0.2", "ismobilejs": "^0.4.0", "koa-compose": "^3.2.1", "pixi-particles": "^2.1.1", "pixi.js": "^4.4.3", "raw-loader": "^0.5.1", "react": "^15.4.1", "react-dom": "^15.4.1", "whatwg-fetch": "^2.0.1" }, "devDependencies": { "webpack": "^2.2.0", "babel-core": "^6.21.0", "babel-loader": "^6.2.10", "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", "babel-eslint": "^7.1.1", "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" } }