9377308aca2cf19a863134a53fca5b52370bc63a6d60a77129befc58876d034bb27257cb0f2c0c4435f909f4ef8aef7d2bf31dce062d6e90e93d04fea8fafa 504 B

123456789101112131415161718192021222324
  1. {
  2. "name": "chartjs-color-string",
  3. "description": "Parser and generator for CSS color strings",
  4. "version": "0.6.0",
  5. "author": "Heather Arthur <fayearthur@gmail.com>",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/chartjs/chartjs-color-string.git"
  9. },
  10. "scripts": {
  11. "test": "node test/basic.js"
  12. },
  13. "license": "MIT",
  14. "main": "./color-string",
  15. "dependencies": {
  16. "color-name": "^1.0.0"
  17. },
  18. "keywords": [
  19. "color",
  20. "colour",
  21. "rgb",
  22. "css"
  23. ]
  24. }