wallet-core/node_modules/commander/package.json
2017-08-14 05:02:09 +02:00

30 lines
563 B
JSON

{
"name": "commander",
"version": "2.11.0",
"description": "the complete solution for node.js command-line programs",
"keywords": [
"commander",
"command",
"option",
"parser"
],
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tj/commander.js.git"
},
"devDependencies": {
"should": "^11.2.1",
"sinon": "^2.3.5"
},
"scripts": {
"test": "make test"
},
"main": "index",
"files": [
"index.js"
],
"dependencies": {}
}