forked from FaiblUG/jQuery-Lcn-Circle-Range-Select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1017 Bytes
/
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
{
"name": "jquery-lcn-circle-range-select",
"version": "1.1.0",
"description": "360 degree circle range select input widget",
"main": "./dist/jquery.lcnCircleRangeSelect.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"browser": {
"jquery-lcn-circle-range-select": "./dist/jquery.lcnCircleRangeSelect.js"
},
"style": [
"./dist/jquery.lcnCircleRangeSelect.css"
],
"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-Circle-Range-Select.git"
},
"author": "Jonas Fischer-Maeck",
"license": "MIT",
"bugs": {
"url": "https://github.com/FaiblUG/jQuery-Lcn-Circle-Range-Select/issues"
}
}