package.json 607 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "color-name",
  3. "version": "1.1.4",
  4. "description": "A list of color names and its values",
  5. "main": "index.js",
  6. "files": [
  7. "index.js"
  8. ],
  9. "scripts": {
  10. "test": "node test.js"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git@github.com:colorjs/color-name.git"
  15. },
  16. "keywords": [
  17. "color-name",
  18. "color",
  19. "color-keyword",
  20. "keyword"
  21. ],
  22. "author": "DY <dfcreative@gmail.com>",
  23. "license": "MIT",
  24. "bugs": {
  25. "url": "https://github.com/colorjs/color-name/issues"
  26. },
  27. "homepage": "https://github.com/colorjs/color-name"
  28. }