package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "bootstrap-colorpicker",
  3. "version": "2.5.3",
  4. "description": "Fancy and customizable colorpicker plugin for Twitter Bootstrap",
  5. "main": "./dist/js/bootstrap-colorpicker.js",
  6. "homepage": "https://itsjavi.com/bootstrap-colorpicker/",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/itsjavi/bootstrap-colorpicker.git"
  10. },
  11. "bugs": {
  12. "url": "https://github.com/itsjavi/bootstrap-colorpicker/issues"
  13. },
  14. "keywords": [
  15. "bootstrap",
  16. "colorpicker"
  17. ],
  18. "author": "Javier Aguilar",
  19. "license": "Apache-2.0",
  20. "licenses": [
  21. {
  22. "type": "Apache-2.0",
  23. "url": "http://opensource.org/licenses/Apache-2.0"
  24. }
  25. ],
  26. "dependencies": {
  27. "jquery": ">=1.10"
  28. },
  29. "scripts": {
  30. "test": "jasmine"
  31. },
  32. "devDependencies": {
  33. "grunt": "~0.4.5",
  34. "grunt-assemble": "~0.4.0",
  35. "grunt-combine": "~0.8.3",
  36. "grunt-contrib-clean": "~1.0.0",
  37. "grunt-contrib-cssmin": "~1.0.1",
  38. "grunt-contrib-jshint": "~1.0.0",
  39. "grunt-contrib-less": "~1.2.0",
  40. "grunt-contrib-uglify": "~1.0.0",
  41. "grunt-contrib-watch": "~1.0.0",
  42. "grunt-jsbeautifier": "~0.2.10",
  43. "grunt-strip-code": "^1.0.6",
  44. "jasmine": "^2.6.0",
  45. "jquery": ">=1.10",
  46. "jsdom": "^10.1.0"
  47. }
  48. }