UNPKG

rangeslider.js-mini

Version:

Simple, small(er) and fast JavaScript/jQuery polyfill for the HTML5 <input type="range"> slider element

54 lines (53 loc) 1.38 kB
{ "name": "rangeslider.js-mini", "title": "rangeslider.js-mini", "description": "Simple, small(er) and fast JavaScript/jQuery polyfill for the HTML5 <input type=\"range\"> slider element", "version": "0.2.3", "main": "src/rangeslider.js", "homepage": "https://github.com/MCProHosting/rangeslider.js-mini", "author": { "name": "André Ruffert", "url": "http://andreruffert.com" }, "repository": { "type": "git", "url": "https://github.com/MCProHosting/rangeslider.js-mini.git" }, "keywords": [ "input", "range", "slider", "rangeslider", "rangeslider.js", "polyfill", "browser", "jquery-plugin" ], "license": { "type": "MIT", "url": "https://github.com/MCProHosting/rangeslider.js-mini/blob/master/LICENSE.md" }, "bugs": { "url": "https://github.com/MCProHosting/rangeslider.js-mini/issues" }, "engines": { "node": ">=0.8.0" }, "dependencies": {}, "devDependencies": { "crayola": "0.0.1", "grunt": "~0.4.2", "grunt-bump": "0.0.15", "grunt-contrib-compass": "~0.7.0", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-jshint": "~0.8.0", "grunt-contrib-uglify": "~0.2.7", "grunt-contrib-watch": "~0.5.2", "jshint-stylish": "~0.1.5", "load-grunt-tasks": "~0.2.1", "time-grunt": "~0.2.7" }, "scripts": { "test": "grunt jshint" } }