package.json 812 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name" : "pm2-multimeter",
  3. "version" : "0.1.2",
  4. "description" : "render multiple progress bars at once on the terminal with eventlimit maxed",
  5. "main" : "index.js",
  6. "directories" : {
  7. "lib" : ".",
  8. "example" : "example",
  9. "test" : "test"
  10. },
  11. "dependencies" : {
  12. "charm" : "~0.1.1"
  13. },
  14. "repository" : {
  15. "type" : "git",
  16. "url" : "https://github.com/Unitech/node-multimeter.git"
  17. },
  18. "keywords" : [
  19. "progress",
  20. "bar",
  21. "status",
  22. "meter",
  23. "terminal",
  24. "console",
  25. "ansi"
  26. ],
  27. "author" : {
  28. "name" : "James Halliday",
  29. "email" : "mail@substack.net",
  30. "url" : "http://substack.net"
  31. },
  32. "license" : "MIT/X11",
  33. "engine" : { "node" : ">=0.4" }
  34. }