package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "ion-rangeslider",
  3. "version": "2.3.1",
  4. "description": "Cool, comfortable and easily customizable range slider with many options and skin support",
  5. "homepage": "http://ionden.com/a/plugins/ion.rangeSlider/",
  6. "author": {
  7. "name": "Denis Ineshin (IonDen)",
  8. "email": "[email protected]",
  9. "url": "https://github.com/IonDen"
  10. },
  11. "keywords": [
  12. "jquery-plugin",
  13. "ecosystem:jquery",
  14. "jquery",
  15. "form",
  16. "input",
  17. "range",
  18. "slider",
  19. "rangeslider",
  20. "interface",
  21. "diapason",
  22. "ui",
  23. "noui",
  24. "skins"
  25. ],
  26. "main": "./js/ion.rangeSlider.js",
  27. "directories": {
  28. "lib": "js"
  29. },
  30. "repository": {
  31. "type": "git",
  32. "url": "git://github.com/IonDen/ion.rangeSlider.git"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/IonDen/ion.rangeSlider/issues"
  36. },
  37. "license": "MIT",
  38. "peerDependencies": {
  39. "jquery": ">=1.8"
  40. },
  41. "ignore": [
  42. ".idea",
  43. "_tmp",
  44. "PSD",
  45. "bower.json"
  46. ]
  47. }