nopt-defaults
Version:
Default options for nopt
33 lines (32 loc) • 677 B
JSON
{
"name": "nopt-defaults",
"version": "0.0.1",
"description": "Default options for nopt",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/btmills/nopt-defaults.git"
},
"keywords": [
"cli",
"nopt",
"default",
"options"
],
"author": {
"name": "Brandon Mills",
"url": "https://github.com/btmills",
"email": "mills.brandont@gmail.com"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/btmills/nopt-defaults/issues"
},
"homepage": "https://github.com/btmills/nopt-defaults",
"devDependencies": {
"mocha": "^1.18.2"
}
}