package.json 774 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "@d3v4pp/colors",
  3. "version": "0.0.3",
  4. "description": "256 colors for your node.js console",
  5. "main": "index.js",
  6. "scripts": {},
  7. "repository": {
  8. "type": "git",
  9. "url": "https://cvs.d3v4pp.fr/D3V4PP/colors.git"
  10. },
  11. "author": {
  12. "name": "Ayoub Hassani <D3v4pp>",
  13. "email": "ayoub@d3v4pp.fr",
  14. "url": "https://d3v4pp.fr/"
  15. },
  16. "funding": "https://paypal.me/SupportTheDoc",
  17. "homepage": "https://cvs.d3v4pp.fr/D3V4PP/colors/src/master/README.md",
  18. "bugs": {
  19. "url": "https://cvs.d3v4pp.fr/D3V4PP/colors/issues",
  20. "email": "ayoub@d3v4pp.fr"
  21. },
  22. "license": "d3v4pp",
  23. "keywords": [
  24. "ansi",
  25. "terminal",
  26. "colors"
  27. ],
  28. "devDependencies": {}
  29. }