UNPKG

decision

Version:

Decision System Based on Event System and Alleyway Grammer

36 lines 768 B
{ "name": "decision", "version": "0.0.2", "description": "Decision System Based on Event System and Alleyway Grammer", "main": "index.js", "scripts": { "test": "mocha --compilers js:babel/register test/**/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/LoveKino/decision.git" }, "dependencies": { "marmoset": "*", "chainstyle": "*", "alleyway": "*" }, "devDependencies": { "mocha": "*", "babel": "*", "chokidar": "*" }, "keywords": [ "decision", "event", "grammer", "when", "then" ], "author": "ddchen", "license": "MIT", "bugs": { "url": "https://github.com/LoveKino/decision/issues" }, "homepage": "https://github.com/LoveKino/decision#readme" }