UNPKG

clarg

Version:

Simple command line argument parser

28 lines (27 loc) 852 B
{ "name": "clarg", "version": "0.0.4", "description": "Simple command line argument parser", "main": ".", "scripts": { "test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha", "test-coveralls": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" }, "repository": { "type": "git", "url": "https://vot@github.com/vot/clarg.git" }, "author": "Vot Z <http://vot-z.com>", "license": "ISC", "bugs": { "url": "https://github.com/vot/clarg/issues" }, "homepage": "https://github.com/vot/clarg", "devDependencies": { "chai": "^3.5.0", "coveralls": "^2.13.1", "istanbul": "^0.4.5", "mocha": "^3.3.0", "mocha-lcov-reporter": "^1.3.0" } }