UNPKG

capitano

Version:

Powerful, non opitionated command line parser for serious applications

48 lines (47 loc) 1.07 kB
{ "name": "capitano", "version": "1.9.2", "description": "Powerful, non opitionated command line parser for serious applications", "main": "build/capitano.js", "homepage": "https://github.com/resin-io/capitano", "repository": { "type": "git", "url": "git://github.com/resin-io/capitano.git" }, "keywords": [ "cli", "command", "option", "parser", "git", "prompt" ], "directories": { "test": "tests" }, "scripts": { "test": "gulp test", "prepublish": "gulp build" }, "author": "Juan Cruz Viotti <juanchiviotti@gmail.com>", "license": "Apache-2.0", "devDependencies": { "chai": "~2.3.0", "coffee-script": "~1.9.2", "gulp": "~4.0.2", "gulp-coffeelint": "~0.5.0", "gulp-mocha": "~2.0.1", "gulp-coffee": "~2.3.1", "gulp-util": "~3.0.4", "mocha": "~2.2.5", "sinon": "~1.14.1", "sinon-chai": "~2.7.0" }, "dependencies": { "async": "^1.0.0", "get-stdin": "^4.0.1", "is-elevated": "^1.0.0", "lodash": "~4.17.10", "yargs-parser": "^2.4.0" } }