Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

39 řádky
954 B

  1. {
  2. "name": "multi-range-slider-vue",
  3. "version": "1.1.4",
  4. "description": "A component create range slider that have two values minValue and maxValue that can be set in props and get on @input event in addition min, max, step, ... etc. see ReadMe",
  5. "main": "MultiRangeSlider.vue",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [
  10. "multirangeslider",
  11. "multi",
  12. "range",
  13. "slider",
  14. "minvalue",
  15. "maxvalue",
  16. "vue",
  17. "component",
  18. "accept",
  19. "two",
  20. "values",
  21. "min",
  22. "max",
  23. "time",
  24. "step",
  25. "rangeMargin"
  26. ],
  27. "author": {
  28. "name": "developergovindgupta",
  29. "email": "govindprasadguptamca@gmail.com",
  30. "url": "https://developergovindgupta.github.io/multi-range-slider-vue/"
  31. },
  32. "homepage": "https://developergovindgupta.github.io/multi-range-slider-vue",
  33. "repository": {
  34. "type": "git",
  35. "url": "git+https://github.com/developergovindgupta/multi-range-slider-vue"
  36. },
  37. "license": "ISC"
  38. }