package.json 531 B

12345678910111213
  1. {
  2. "name": "commander"
  3. , "version": "1.0.5"
  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. , "dependencies": { "keypress": "0.1.x"}
  9. , "devDependencies": { "should": ">= 0.0.1" }
  10. , "scripts": { "test": "make test" }
  11. , "main": "index"
  12. , "engines": { "node": ">= 0.6.x" }
  13. }