bower.json 363 B

12345678910111213141516171819
  1. {
  2. "name": "sliderTelepatic",
  3. "authors": [
  4. "ahwelp <ahwelp@test.com>"
  5. ],
  6. "description": "jQuery plugin to link a labels and sliders",
  7. "main": "dist/sliderTelepatic.js",
  8. "license": "MIT",
  9. "homepage": "",
  10. "private": true,
  11. "ignore": [
  12. "**/.*",
  13. "node_modules",
  14. "bower_components"
  15. ],
  16. "dependencies": {
  17. "jquery": "^3.5.1"
  18. }
  19. }