package.json 555 B

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