package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "jquery-asColorPicker",
  3. "title": "asColorPicker",
  4. "description": "a jquery asColorPicker",
  5. "version": "0.3.1",
  6. "homepage": "https://github.com/amazingSurge/jquery-asColorPicker",
  7. "author": {
  8. "name": "amazingSurge",
  9. "email": "amazingSurge@yahoo.com",
  10. "url": "amazingSurge.com"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git://github.com/amazingSurge/jquery-asColorPicker.git"
  15. },
  16. "bugs": "https://github.com/amazingSurge/jquery-asColorPicker/issues",
  17. "licenses": [{
  18. "type": "GPL",
  19. "url": "https://github.com/amazingSurge/jquery-asColorPicker/blob/master/LICENSE-GPL"
  20. }],
  21. "devDependencies": {
  22. "grunt-contrib-jshint": "*",
  23. "grunt-contrib-concat": "*",
  24. "grunt-contrib-uglify": "*",
  25. "grunt-contrib-watch": "*",
  26. "grunt-contrib-clean": "*",
  27. "grunt": "*",
  28. "grunt-jsbeautifier": "*",
  29. "load-grunt-tasks": "*",
  30. "grunt-text-replace": "*",
  31. "grunt-contrib-copy": "*",
  32. "grunt-contrib-less": "*",
  33. "grunt-autoprefixer": "*"
  34. }
  35. }