1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "name": "ion-rangeslider",
- "version": "2.3.1",
- "description": "Cool, comfortable and easily customizable range slider with many options and skin support",
- "homepage": "http://ionden.com/a/plugins/ion.rangeSlider/",
- "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",
- "peerDependencies": {
- "jquery": ">=1.8"
- },
- "ignore": [
- ".idea",
- "_tmp",
- "PSD",
- "bower.json"
- ]
- }
|