package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "cli",
  3. "description": "A tool for rapidly building command line apps",
  4. "version": "0.6.6",
  5. "homepage": "http://github.com/chriso/cli",
  6. "keywords": [
  7. "cli",
  8. "command line",
  9. "opts",
  10. "parseopt",
  11. "opt",
  12. "args",
  13. "console",
  14. "argsparse",
  15. "optparse",
  16. "daemon",
  17. "autocomplete",
  18. "command",
  19. "autocompletion"
  20. ],
  21. "author": "Chris O'Hara <cohara87@gmail.com>",
  22. "main": "cli.js",
  23. "bugs": {
  24. "mail": "cohara87@gmail.com",
  25. "url": "http://github.com/chriso/cli/issues"
  26. },
  27. "repository": {
  28. "type": "git",
  29. "url": "http://github.com/chriso/cli.git"
  30. },
  31. "dependencies": {
  32. "glob": "~ 3.2.1",
  33. "exit": "0.1.2"
  34. },
  35. "contributors": [
  36. {
  37. "name": "Douglas Meyer",
  38. "github": "https://github.com/DouglasMeyer"
  39. }
  40. ],
  41. "engines": {
  42. "node": ">=0.2.5"
  43. },
  44. "licenses": [
  45. {
  46. "type": "MIT"
  47. }
  48. ],
  49. "__npminstall_done": true,
  50. "_from": "cli@0.6.6",
  51. "_resolved": "https://registry.npmmirror.com/cli/-/cli-0.6.6.tgz"
  52. }