opted
Version:
Stringify an object to command line options
63 lines (62 loc) • 1.5 kB
JSON
{
"name": "opted",
"version": "1.0.2",
"description": "Stringify an object to command line options",
"main": "lib/opted.js",
"scripts": {
"test": "grunt",
"codeclimate": "codeclimate-test-reporter < coverage/lcov.info",
"travis": "grunt ci"
},
"repository": {
"type": "git",
"url": "https://github.com/tandrewnichols/opted.git"
},
"keywords": [
"options",
"params",
"flags",
"arguments",
"args",
"parameters",
"cli",
"command",
"line"
],
"author": {
"name": "Andrew Nichols",
"email": "tandrewnichols@gmail.com",
"url": "www.tandrewnichols.me"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tandrewnichols/opted/issues"
},
"homepage": "https://github.com/tandrewnichols/opted",
"devDependencies": {
"codeclimate-test-reporter": "^0.4.1",
"coffee-script": "^1.12.4",
"eslint-codeframe-formatter": "^1.0.2",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-mocha-test": "^0.13.2",
"grunt-open": "^0.2.3",
"grunt-shell": "^2.1.0",
"grunt-simple-istanbul": "^3.0.3",
"grunt-travis-matrix": "^1.0.0",
"mocha": "^3.2.0",
"mocha-given": "^0.1.3",
"should": "^11.2.1",
"task-master": "^2.3.0"
},
"dependencies": {
"lodash": "^4.17.4"
},
"engines": {
"node": ">=4"
}
}