package.json 954 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "ansi-cyan",
  3. "description": "The color cyan, in ansi.",
  4. "version": "0.1.1",
  5. "homepage": "https://github.com/jonschlinkert/ansi-cyan",
  6. "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  7. "repository": "jonschlinkert/ansi-cyan",
  8. "bugs": {
  9. "url": "https://github.com/jonschlinkert/ansi-cyan/issues"
  10. },
  11. "license": "MIT",
  12. "files": [
  13. "index.js"
  14. ],
  15. "main": "index.js",
  16. "engines": {
  17. "node": ">=0.10.0"
  18. },
  19. "scripts": {
  20. "test": "mocha"
  21. },
  22. "dependencies": {
  23. "ansi-wrap": "0.1.0"
  24. },
  25. "devDependencies": {
  26. "mocha": "*"
  27. },
  28. "keywords": [
  29. "cyan",
  30. "256",
  31. "ansi",
  32. "cli",
  33. "color",
  34. "colors",
  35. "colour",
  36. "command",
  37. "command-line",
  38. "console",
  39. "format",
  40. "formatting",
  41. "iterm",
  42. "log",
  43. "logging",
  44. "rgb",
  45. "shell",
  46. "string",
  47. "style",
  48. "styles",
  49. "styling",
  50. "terminal",
  51. "text",
  52. "tty",
  53. "xterm"
  54. ]
  55. }