12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name": "ion-rangeslider",
- "version": "2.3.0",
- "description": "Cool, comfortable and easily customizable range slider with many options and skin support",
- "homepage": "http://ionden.com/a/plugins/ion.rangeSlider/en.html",
- "author": {
- "name": "Denis Ineshin (IonDen)",
- "email": "ionden.tech@gmail.com",
- "url": "https://github.com/IonDen"
- },
- "keywords": [
- "jquery-plugin",
- "ecosystem:jquery",
- "jquery",
- "form",
- "input",
- "range",
- "slider",
- "rangeslider",
- "interface",
- "diapason",
- "ui",
- "noui",
- "skins"
- ],
- "main": "./js/ion.rangeSlider.js",
- "directories": {
- "lib": "js"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/IonDen/ion.rangeSlider.git"
- },
- "bugs": {
- "url": "https://github.com/IonDen/ion.rangeSlider/issues"
- },
- "license": "MIT",
- "dependencies": {
- "jquery": ">=1.8"
- },
- "ignore": [
- ".idea",
- "PSD",
- "bower.json"
- ]
- }
|