aboutsummaryrefslogtreecommitdiff
path: root/node_modules/commander/package.json
blob: b6033c80f09fdef3c80f8efd6c0915e2dc6e7af0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "name": "commander"
  , "version": "2.3.0"
  , "description": "the complete solution for node.js command-line programs"
  , "keywords": ["command", "option", "parser", "prompt", "stdin"]
  , "author": "TJ Holowaychuk <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"]
}