{
"author": {
"name": "Einar Otto Stangvik",
"email": "einaros@gmail.com",
"url": "http://2x.io"
},
"name": "options",
"description": "A very light-weight in-code option parsers for node.js.",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "git://github.com/einaros/options.js.git"
},
"main": "lib/options",
"scripts": {
"test": "make test"
},
"engines": {
"node": ">=0.4.0"
},
"dependencies": {},
"devDependencies": {
"mocha": "latest",
"expect.js": "latest"
},
"readme": "# options.js #\n\nA very light-weight in-code option parsers for node.js.\n",
"readmeFilename": "README.md",
"_id": "options@0.0.3",
"_from": "options@latest"
}
|