package.json 749 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name" : "charm",
  3. "version" : "0.1.2",
  4. "description" : "ansi control sequences for terminal cursor hopping and colors",
  5. "main" : "index.js",
  6. "directories" : {
  7. "lib" : ".",
  8. "example" : "example",
  9. "test" : "test"
  10. },
  11. "repository" : {
  12. "type" : "git",
  13. "url" : "http://github.com/substack/node-charm.git"
  14. },
  15. "keywords" : [
  16. "terminal",
  17. "ansi",
  18. "cursor",
  19. "color",
  20. "console",
  21. "control",
  22. "escape",
  23. "sequence"
  24. ],
  25. "author" : {
  26. "name" : "James Halliday",
  27. "email" : "mail@substack.net",
  28. "url" : "http://substack.net"
  29. },
  30. "license" : "MIT/X11",
  31. "engine" : { "node" : ">=0.4" }
  32. }