forked from mixer/rangeslider.js-mini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.35 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
43
44
45
46
47
48
49
50
51
52
53
{
"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"
}
}