{"name":"clix","version":"2.2.0","description":"A tiny utility to make easy to create command line tools that require a config file in an easy way. It uses [optionator](https://www.npmjs.com/package/optionator) to parse the arguments ","main":"lib/cli-launcher.js","scripts":{"beautify":"esbeautifier -u index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"esbeautifier -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","lint":"npm run beautify && npm run eslint","check":"npm run beautify-check && npm run eslint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","do-changelog":"npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog' --no-verify","install-hooks":"prepush install && changelogx install-hook && precommit install","pre-v":"npm run check","post-v":"npm run do-changelog && git push --no-verify && git push --tags --no-verify","bump-major":"npm run pre-v && npm version major -m 'BLD: Release v%s' && npm run post-v","bump-minor":"npm run pre-v && npm version minor -m 'BLD: Release v%s' && npm run post-v","bump-patch":"npm run pre-v && npm version patch -m 'BLD: Release v%s' && npm run post-v"},"repository":{"type":"git","url":"git+https://github.com/royriojas/clix.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"2.0.1","esbeautifier":"^4.2.4","eslinter":"^2.2.0","istanbul":"^0.3.17","mocha-runner":"^1.1.1","precommit":"1.2.2","prepush":"3.1.11","proxyquire":"^1.6.0","read-file":"^0.2.0","watch-spawn":"^2.0.0"},"dependencies":{"clix-logger":"1.0.0","extend":"3.0.0","glob-expand":"0.2.1","jq-trim":"0.1.2","optionator":"0.8.2","os-homedir":"1.0.2","path-is-absolute":"1.0.1","read-json-sync":"1.1.1"},"changelogx":{"ignoreRegExp":["BLD: Release","BLD: Update Deps","DOC: Generate Changelog","Generated Changelog"],"issueIDRegExp":"#(\\d+)","commitURL":"https://github.com/royriojas/clix/commit/{0}","authorURL":"https://github.com/{0}","issueIDURL":"https://github.com/royriojas/clix/issues/{0}","projectName":"clix"},"bugs":{"url":"https://github.com/royriojas/clix/issues"},"homepage":"https://github.com/royriojas/clix","keywords":["cli","command","line","tool","command","line","helper","parse","options","optionator"],"gitHead":"d9a4db40e9639a849386120ee1c83b04fd4fa50e","_id":"clix@2.2.0","_shasum":"1d8f932a100c3e8d420647b3a84cb6adfe0e7a9e","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"dist":{"shasum":"1d8f932a100c3e8d420647b3a84cb6adfe0e7a9e","size":12216,"noattachment":false,"key":"/clix/-/clix-2.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/clix/download/clix-2.2.0.tgz"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/clix-2.2.0.tgz_1483344371433_0.08276037056930363"},"directories":{},"publish_time":1483344371671,"_cnpm_publish_time":1483344371671,"_hasShrinkwrap":false,"dist-tags":{"latest":"5.0.0"}}