No Description

package.json 512B

12345678910111213
  1. {
  2. "name": "commander"
  3. , "version": "2.2.0"
  4. , "description": "the complete solution for node.js command-line programs"
  5. , "keywords": ["command", "option", "parser", "prompt", "stdin"]
  6. , "author": "TJ Holowaychuk <tj@vision-media.ca>"
  7. , "repository": { "type": "git", "url": "https://github.com/visionmedia/commander.js.git" }
  8. , "devDependencies": { "should": ">= 0.0.1" }
  9. , "scripts": { "test": "make test" }
  10. , "main": "index"
  11. , "engines": { "node": ">= 0.6.x" }
  12. , "files": ["index.js"]
  13. }