UNPKG

avg-storyscript

Version:

Build-in Story Script System for AVG.js.

35 lines (34 loc) 750 B
{ "name": "avg-storyscript", "version": "0.2.2", "description": "Build-in Story Script System for AVG.js.", "main": "dist/index.js", "scripts": { "prepublish": "npm run build", "build": "webpack --progress --colors", "test": "mocha" }, "keywords": [ "AVG", "Game", "AVG.js", "script" ], "author": "Icemic Jia <bingfeng.web@gmail.com>", "repository": { "type": "git", "url": "https://github.com/avgjs/storyscript.git" }, "license": "Apache-2.0", "dependencies": { "babel-core": "^6.17.0", "babel-loader": "^6.2.5", "babel-preset-latest": "^6.16.0", "ohm-js": "^0.12.3", "webpack": "^1.13.2" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^3.1.0" } }