package.json 699 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "commander",
  3. "version": "2.2.0",
  4. "description": "the complete solution for node.js command-line programs",
  5. "keywords": [
  6. "command",
  7. "option",
  8. "parser",
  9. "prompt",
  10. "stdin"
  11. ],
  12. "author": "TJ Holowaychuk <tj@vision-media.ca>",
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/visionmedia/commander.js.git"
  16. },
  17. "devDependencies": {
  18. "should": ">= 0.0.1"
  19. },
  20. "scripts": {
  21. "test": "make test"
  22. },
  23. "main": "index",
  24. "engines": {
  25. "node": ">= 0.6.x"
  26. },
  27. "files": [
  28. "index.js"
  29. ],
  30. "__npminstall_done": true,
  31. "_from": "commander@2.2.0",
  32. "_resolved": "https://registry.npmmirror.com/commander/-/commander-2.2.0.tgz"
  33. }