{
    "name": "ion-rangeslider",
    "version": "2.5.0",
    "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",
    "files": ["js/", "css/", "less/", "readme.md", "history.md", "License.md"],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/IonDen/ion.rangeSlider.git"
    },
    "bugs": {
        "url": "https://github.com/IonDen/ion.rangeSlider/issues"
    },
    "license": "MIT",
    "peerDependencies": {
        "jquery": ">=1.8"
    },
    "config": {
        "build": 387,
        "buildDate": "2026-09-09 16:12:28"
    },
    "scripts": {
        "build": "node scripts/build.mjs",
        "test": "npm run test:build && npm run test:vendor && npm run test:unit",
        "test:build": "node --test test/build/*.test.mjs",
        "test:vendor": "node scripts/verify-vendor.mjs",
        "test:unit": "node --test test/unit/*.test.mjs",
        "test:browser": "playwright test",
        "test:all": "npm test && npm run test:browser",
        "release": "node scripts/release.mjs"
    },
    "devDependencies": {
        "@playwright/test": "^1.62.1",
        "acorn": "^8.15.0",
        "clean-css": "5.3.3",
        "jquery": "3.7.1",
        "jquery-1.11.3": "npm:jquery@1.11.3",
        "jquery-1.12.4": "npm:jquery@1.12.4",
        "jquery-2.1.4": "npm:jquery@2.1.4",
        "jquery-2.2.4": "npm:jquery@2.2.4",
        "jquery-3.0.0": "npm:jquery@3.0.0",
        "jquery-3.1.1": "npm:jquery@3.1.1",
        "jquery-3.2.1": "npm:jquery@3.2.1",
        "jquery-3.3.1": "npm:jquery@3.3.1",
        "jquery-3.4.1": "npm:jquery@3.4.1",
        "jquery-3.5.1": "npm:jquery@3.5.1",
        "jquery-3.6.4": "npm:jquery@3.6.4",
        "jquery-3.7.1": "npm:jquery@3.7.1",
        "jquery-4.0.0": "npm:jquery@4.0.0",
        "jsdom": "^26.1.0",
        "less": "4.9.0",
        "uglify-js": "3.19.3"
    }
}
