vorpal
Version:
Node's first framework for building immersive CLI apps.
80 lines (79 loc) • 1.65 kB
JSON
{
"name": "vorpal",
"version": "1.5.1",
"description": "Node's first framework for building immersive CLI apps.",
"main": "./lib/vorpal.js",
"scripts": {
"test": "mocha && xo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dthree/vorpal.git"
},
"keywords": [
"api",
"cli",
"repl",
"shell",
"immersive",
"framework",
"app",
"application",
"command",
"commander",
"automated",
"prompt",
"inquirer"
],
"author": "dthree",
"license": "MIT",
"bugs": {
"url": "https://github.com/dthree/vorpal/issues"
},
"homepage": "https://github.com/dthree/vorpal#readme",
"devDependencies": {
"bluebird": "^3.1.1",
"eslint": "^1.7.1",
"eslint-config-xo": "^0.6.0",
"gulp": "^3.9.0",
"gulp-eslint": "^0.15.0",
"mocha": "^2.2.5",
"moment": "^2.10.3",
"request": "^2.58.0",
"should": "^6.0.3",
"vorpal-less": "0.0.4",
"vorpal-repl": "^1.1.8",
"xo": "^0.9.0"
},
"dependencies": {
"chalk": "^1.1.0",
"inquirer": "0.11.0",
"lodash": "^3.10.1",
"log-update": "^1.0.2",
"minimist": "^1.2.0",
"native-promise-only": "^0.8.0-a",
"node-localstorage": "^0.6.0",
"strip-ansi": "^3.0.0"
},
"engines": {
"node": ">= 0.10.0",
"iojs": ">= 1.0.0"
},
"xo": {
"space": true,
"rules": {
"no-eval": 0,
"no-unused-expressions": 0,
"max-nested-callbacks": 0,
"no-proto": 0,
"wrap-iife": 0,
"global-require": 0,
"no-loop-func": 0,
"no-implicit-coercion": 0,
"no-undef": 0
}
},
"files": [
"lib"
]
}