blob: 3be7ffcad1992fbb06a9a4569eae53360ea5b4cd [file] [log] [blame]
{
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"bin": "./bin/nopt.js",
"dependencies": {
"abbrev": "1"
},
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
"devDependencies": {
"tap": "^1.2.0"
},
"license": "ISC",
"main": "lib/nopt.js",
"name": "nopt",
"repository": {
"type": "git",
"url": "https://github.com/npm/nopt.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "3.0.6"
}