forked from andreruffert/rangeslider.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "rangeslider.js",
"title": "rangeslider.js",
"description": "Simple, small and fast JavaScript/jQuery polyfill for the HTML5 <input type=\"range\"> slider element",
"version": "0.3.2",
"homepage": "https://github.com/andreruffert/rangeslider.js",
"license": "MIT",
"keywords": [
"input",
"range",
"slider",
"rangeslider",
"rangeslider.js",
"polyfill"
],
"author": {
"name": "André Ruffert",
"url": "http://andreruffert.com"
},
"repository": {
"type": "git",
"url": "https://github.com/andreruffert/rangeslider.js"
},
"bugs": {
"url": "https://github.com/andreruffert/rangeslider.js/issues"
},
"engines": {
"node": ">=0.8.0"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.2",
"load-grunt-tasks": "~0.2.1",
"time-grunt": "~0.2.7",
"grunt-contrib-watch": "~0.5.2",
"grunt-contrib-jshint": "~0.8.0",
"jshint-stylish": "~0.1.5",
"grunt-contrib-compass": "~0.7.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.7"
}
}