1
1

package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "author": {
  3. "name" : "Caleb Jacob",
  4. "email" : "[email protected]",
  5. "url" : "http://calebjacob.com"
  6. },
  7. "bugs": {
  8. "url": "https://github.com/iamceege/tooltipster/issues"
  9. },
  10. "description": "A flexible and extensible jQuery plugin for modern tooltips.",
  11. "devDependencies": {
  12. "grunt": "1.0.1",
  13. "grunt-contrib-clean": "1.0.0",
  14. "grunt-contrib-compress": "1.2.0",
  15. "grunt-contrib-concat": "1.0.1",
  16. "grunt-contrib-copy": "1.0.0",
  17. "grunt-contrib-cssmin": "1.0.1",
  18. "grunt-contrib-uglify": "1.0.1",
  19. "grunt-string-replace": "1.2.1",
  20. "grunt-umd": "2.3.6"
  21. },
  22. "homepage": "https://github.com/iamceege/tooltipster",
  23. "keywords": [
  24. "ecosystem:jquery",
  25. "jquery-plugin",
  26. "tooltip",
  27. "tooltips"
  28. ],
  29. "license": "MIT",
  30. "main": "dist/js/tooltipster.bundle.min.js",
  31. "maintainers": [{
  32. "name" : "Louis Ameline",
  33. "email" : "[email protected]",
  34. "url" : "https://github.com/louisameline"
  35. }],
  36. "name": "tooltipster",
  37. "peerDependencies": {
  38. "jquery": ">=1.11.0"
  39. },
  40. "repository": {
  41. "type": "git",
  42. "url": "https://github.com/iamceege/tooltipster.git"
  43. },
  44. "scripts": {
  45. "test": "echo \"Error: no test specified\" && exit 1"
  46. },
  47. "version": "4.2.6"
  48. }