summaryrefslogtreecommitdiffstats
path: root/node_modules/commander/package.json
blob: 708f223a2e2526f3a409b129efe1f2dac55d2a7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "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": {}
}