UNPKG

flowchart

Version:

a quick utility for walking through a flowchart

30 lines (29 loc) 575 B
{ "name": "flowchart", "version": "1.2.0", "description": "a quick utility for walking through a flowchart", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "underscore": "^1.8.3" }, "bin": { "flowchart": "./index.js" }, "preferGlobal": true, "devDependencies": {}, "repository": { "type": "git", "url": "git@github.com:pmcelhaney/flowchart.git" }, "keywords": [ "flowchart", "expert-system", "cli", "help" ] }