-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.09 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
{
"name": "jquery-lcn-range-select",
"version": "2.0.1",
"description": "Range selext input widget",
"main": "./(dist/jquery.lcnRangeSelect.js",
"browser": {
"jquery-lcn-circle-range-select": "./dist/jquery.lcnRangeSelect.js"
},
"style": [
"./dist/jquery.lcnRangeSelect.css"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"autoprefixer": "~4.0",
"gulp": "~3.8",
"gulp-autoprefixer": "~2.0",
"del": "~1.1.1",
"gulp-gzip": "~1.1",
"gulp-install": "~0.4",
"gulp-load-plugins": "^0.8.1",
"gulp-minify-css": "~0.3",
"gulp-rename": "~1.2",
"gulp-sass": "~1.2",
"gulp-uglify": "~1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/FaiblUG/jQuery-Lcn-Range-Select.git"
},
"author": "Faibl UG <info@faibl.org>",
"contributors": [
"Jonas Fischer-Maeck <jonas@locaine.com> (https://www.jonasfischer.net)",
"Hannes Kandulla <hannes@locaine.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/FaiblUG/jQuery-Lcn-Range-Select/issues"
}
}