a8e32d50de2442d3d7229ea0bb7239391dc99427fb902af918bb1377993d0ee69d302c304a32d2467e9b4385630cf527f1a1a2ce003da9973c58a7f11fe5df 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "chartjs-color",
  3. "version": "2.4.1",
  4. "description": "Color conversion and manipulation with CSS string support",
  5. "keywords": [
  6. "color",
  7. "colour",
  8. "css"
  9. ],
  10. "authors": [
  11. "Heather Arthur <fayearthur@gmail.com>",
  12. "Maxime Thirouin",
  13. "Josh Junon"
  14. ],
  15. "license": "MIT",
  16. "repository": "chartjs/chartjs-color",
  17. "xo": {
  18. "envs": [
  19. "browser",
  20. "node"
  21. ],
  22. "rules": {
  23. "one-var": [
  24. 2,
  25. {
  26. "initialized": "never"
  27. }
  28. ],
  29. "linebreak-style": 0,
  30. "no-cond-assign": 0,
  31. "new-cap": 0
  32. }
  33. },
  34. "files": [
  35. "CHANGELOG.md",
  36. "LICENSE",
  37. "index.js"
  38. ],
  39. "scripts": {
  40. "pretest": "xo",
  41. "test": "mocha"
  42. },
  43. "dependencies": {
  44. "color-convert": "^1.9.3",
  45. "chartjs-color-string": "^0.6.0"
  46. },
  47. "devDependencies": {
  48. "browserify": "^16.2.3",
  49. "gulp": "^4.0.0",
  50. "gulp-rename": "^1.4.0",
  51. "gulp-uglify": "^3.0.2",
  52. "gulp-streamify": "^1.0.2",
  53. "mocha": "^6.0.2",
  54. "vinyl-source-stream": "^2.0.0",
  55. "xo": "^0.12.1"
  56. }
  57. }