Nenhuma descrição

package.json 859B

123456789101112131415161718192021222324252627
  1. { "name" : "cli",
  2. "description" : "A tool for rapidly building command line apps",
  3. "version" : "0.6.6",
  4. "homepage" : "http://github.com/chriso/cli",
  5. "keywords" : ["cli","command line","opts","parseopt","opt","args","console","argsparse","optparse","daemon","autocomplete","command","autocompletion"],
  6. "author" : "Chris O'Hara <cohara87@gmail.com>",
  7. "main" : "cli.js",
  8. "bugs": {
  9. "mail": "cohara87@gmail.com",
  10. "url": "http://github.com/chriso/cli/issues"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "http://github.com/chriso/cli.git"
  15. },
  16. "dependencies": {
  17. "glob": "~ 3.2.1",
  18. "exit": "0.1.2"
  19. },
  20. "contributors": [
  21. { "name": "Douglas Meyer", "github": "https://github.com/DouglasMeyer" }
  22. ],
  23. "engines": { "node": ">=0.2.5" },
  24. "licenses": [{
  25. "type": "MIT"
  26. }]
  27. }