wallet-core/node_modules/commander/package.json

30 lines
563 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2017-05-24 15:10:37 +02:00
"name": "commander",
2017-08-14 05:01:11 +02:00
"version": "2.11.0",
2017-05-24 15:10:37 +02:00
"description": "the complete solution for node.js command-line programs",
"keywords": [
2017-08-14 05:01:11 +02:00
"commander",
2017-05-24 15:10:37 +02:00
"command",
"option",
"parser"
],
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tj/commander.js.git"
},
"devDependencies": {
2017-08-14 05:01:11 +02:00
"should": "^11.2.1",
"sinon": "^2.3.5"
2017-05-24 15:10:37 +02:00
},
"scripts": {
"test": "make test"
},
"main": "index",
"files": [
"index.js"
],
2017-08-14 05:01:11 +02:00
"dependencies": {}
2016-10-10 03:43:44 +02:00
}