hackcentercontrol/nodeartnet/node_modules/express/node_modules/commander/package.json

42 lines
851 B
JSON

{
"name": "commander",
"version": "0.6.1",
"description": "the complete solution for node.js command-line programs",
"keywords": [
"command",
"option",
"parser",
"prompt",
"stdin"
],
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/commander.js.git"
},
"dependencies": {},
"devDependencies": {
"should": ">= 0.0.1"
},
"scripts": {
"test": "make test"
},
"main": "index",
"engines": {
"node": ">= 0.4.x"
},
"_id": "commander@0.6.1",
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.4",
"_nodeVersion": "v0.6.12",
"_defaultsLoaded": true,
"dist": {
"shasum": "badadd584ce9604fa9eb33c82ee6e182b626b6c0"
},
"_from": "commander@0.6.1"
}