package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "name": "ion-rangeslider",
  3. "version": "2.1.4",
  4. "description": "Cool, comfortable and easily customizable range slider with many options and skin support",
  5. "homepage": "http://ionden.com/a/plugins/ion.rangeSlider/en.html",
  6. "author": {
  7. "name": "Denis Ineshin (IonDen)",
  8. "email": "ionden.tech@gmail.com",
  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. "dependencies": {
  39. "jquery": ">=1.8"
  40. },
  41. "ignore": [
  42. ".idea",
  43. "PSD",
  44. "bower.json",
  45. "ion-rangeSlider.jquery.json",
  46. "readme.ru.md"
  47. ],
  48. "spm": {
  49. "main": "js/ion.rangeSlider.js",
  50. "dependencies": {
  51. "jquery": "1.11.2"
  52. },
  53. "ignore": [
  54. ".idea",
  55. "PSD",
  56. "bower.json",
  57. "ion-rangeSlider.jquery.json",
  58. "readme.ru.md"
  59. ]
  60. }
  61. }