aboutsummaryrefslogtreecommitdiffstats
path: root/signaling-server/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/node_modules/commander/package.json
blob: 7f046f170964425bb69013609d5d78534041d4db (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
  "name": "commander",
  "version": "2.1.0",
  "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": "https://github.com/visionmedia/commander.js.git"
  },
  "devDependencies": {
    "should": ">= 0.0.1"
  },
  "scripts": {
    "test": "make test"
  },
  "main": "index",
  "engines": {
    "node": ">= 0.6.x"
  },
  "files": [
    "index.js"
  ],
  "bugs": {
    "url": "https://github.com/visionmedia/commander.js/issues"
  },
  "homepage": "https://github.com/visionmedia/commander.js",
  "_id": "commander@2.1.0",
  "dist": {
    "shasum": "d121bbae860d9992a3d517ba96f56588e47c6781",
    "tarball": "http://registry.npmjs.org/commander/-/commander-2.1.0.tgz"
  },
  "_from": "commander@~2.1.0",
  "_npmVersion": "1.3.14",
  "_npmUser": {
    "name": "tjholowaychuk",
    "email": "tj@vision-media.ca"
  },
  "maintainers": [
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    }
  ],
  "directories": {},
  "_shasum": "d121bbae860d9992a3d517ba96f56588e47c6781",
  "_resolved": "https://registry.npmjs.org/commander/-/commander-2.1.0.tgz"
}