UNPKG

563 BJSONView Raw
1{
2 "name": "commander",
3 "version": "2.11.0",
4 "description": "the complete solution for node.js command-line programs",
5 "keywords": [
6 "commander",
7 "command",
8 "option",
9 "parser"
10 ],
11 "author": "TJ Holowaychuk <tj@vision-media.ca>",
12 "license": "MIT",
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/tj/commander.js.git"
16 },
17 "devDependencies": {
18 "should": "^11.2.1",
19 "sinon": "^2.3.5"
20 },
21 "scripts": {
22 "test": "make test"
23 },
24 "main": "index",
25 "files": [
26 "index.js"
27 ],
28 "dependencies": {}
29}