forked from Stryzhevskyi/rangeSlider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.16 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.16 KB
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
{
"name": "rangeslider-pure",
"title": "rangeSlider",
"description": "Simple, small and fast vanilla JavaScript polyfill for the HTML5 <input type=\"range\"> slider element",
"version": "0.3.4",
"main": "dist/rangeSlider.js",
"homepage": "https://github.com/Stryzhevskyi/rangeSlider",
"author": {
"name": "Serhei Stryzhevskyi",
"url": "https://github.com/Stryzhevskyi"
},
"repository": {
"type": "git",
"url": "git@github.com:Stryzhevskyi/rangeSlider.git"
},
"keywords": [
"input",
"range",
"slider",
"rangeslider",
"rangeslider.js",
"polyfill",
"browser",
"pure",
"vanilla"
],
"license": {
"type": "MIT",
"url": "https://github.com/Stryzhevskyi/rangeSlider/blob/master/LICENSE.md"
},
"bugs": {
"url": "https://github.com/Stryzhevskyi/rangeSlider/issues"
},
"engines": {
"node": ">=0.8.0"
},
"dependencies": {},
"devDependencies": {
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.0",
"gulp-minify-css": "^1.1.6",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-watch": "^4.2.4"
},
"scripts": {
"test": "gulp jshint"
}
}