UNPKG

opter

Version:

A Node JS wrapper around commander to allow for easy commandline and env var parsing

56 lines 1.16 kB
{ "name": "opter", "description": "A Node JS wrapper around commander to allow for easy commandline and env var parsing", "contributors": [ "Mac Angell <mac.ang311@gmail.com>" ], "version": "1.1.0", "dependencies": { "commander": "2.x.x", "underscore": "1.x.x", "object-path": "0.x.x", "z-schema": "^3.0.1", "z-schema-errors": "0.0.1", "js-yaml": "3.x.x" }, "devDependencies": { "rewire": "2.x.x", "mocha": "1.x.x", "jshint": "2.x.x", "travis-cov": "0.x.x", "blanket": "1.x.x", "coveralls": "2.x.x", "mocha-lcov-reporter": "0.x.x" }, "keywords": [ "options", "command line", "environment", "config", "configuration" ], "engines": { "node": ">=0.8.0" }, "main": "./lib/opter.js", "repository": { "type": "git", "url": "https://github.com/mac-/opter" }, "scripts": { "test": "make test && make test-cov && make test-lcov | ./node_modules/coveralls/bin/coveralls.js" }, "config": { "blanket": { "pattern": "//^((?!/node_modules/)(?!/test/).)*$/ig", "onlyCwd": true, "data-cover-flags": { "branchTracking": true } }, "travis-cov": { "threshold": -1 } }, "license": "MIT" }