package.json 770 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "commander",
  3. "version": "2.8.1",
  4. "description": "the complete solution for node.js command-line programs",
  5. "keywords": [
  6. "command",
  7. "option",
  8. "parser"
  9. ],
  10. "author": "TJ Holowaychuk <tj@vision-media.ca>",
  11. "license": "MIT",
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/tj/commander.js.git"
  15. },
  16. "devDependencies": {
  17. "should": ">= 0.0.1",
  18. "sinon": ">= 1.14.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. "dependencies": {
  31. "graceful-readlink": ">= 1.0.0"
  32. },
  33. "__npminstall_done": true,
  34. "_from": "commander@2.8.1",
  35. "_resolved": "https://registry.npmmirror.com/commander/-/commander-2.8.1.tgz"
  36. }