package.json 750 B

123456789101112131415161718192021222324
  1. {
  2. "name": "spectrum-colorpicker",
  3. "description": "Spectrum: the no hassle jQuery colorpicker",
  4. "version": "1.8.0",
  5. "main": "spectrum.js",
  6. "license": "MIT",
  7. "keywords": ["jquery-plugin", "ecosystem:jquery", "color", "colorpicker", "ui"],
  8. "homepage": "http://bgrins.github.com/spectrum",
  9. "repository": {
  10. "type": "git",
  11. "url": "https://bgrins.github.com/spectrum"
  12. },
  13. "author": {
  14. "name" : "Brian Grinstead",
  15. "email" : "[email protected]",
  16. "url" : "http://briangrinstead.com/"
  17. },
  18. "devDependencies": {
  19. "grunt": "~0.4.0",
  20. "grunt-contrib-jshint": "~0.4.3",
  21. "grunt-contrib-qunit": "~0.2.0",
  22. "grunt-contrib-uglify": "~0.2.0"
  23. }
  24. }