-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
62 lines (62 loc) · 1.42 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
54
55
56
57
58
59
60
61
62
{
"name": "round-slider",
"version": "2.0.0-alpha",
"description": "roundSlider - A free jQuery plugin",
"main": "dist/roundslider.min.js",
"style": "dist/roundslider.min.css",
"author": {
"name": "Soundar",
"email": "soundar@roundsliderui.com",
"url": "https://github.com/soundar24"
},
"repository": {
"type": "git",
"url": "https://github.com/soundar24/roundSlider.git"
},
"homepage": "https://roundsliderui.com/",
"license": "MIT",
"bugs": "https://github.com/soundar24/roundSlider/issues",
"files": [
"dist/",
"src/",
"package.json",
"README.md"
],
"scripts": {
"build": "gulp build",
"build:js": "gulp build_js",
"build:css": "gulp build_css"
},
"dependencies": {
"jquery": ">= 1.10.2"
},
"devDependencies": {
"autoprefixer": "^10.3.4",
"cross-env": "^7.0.3",
"del": "^6.0.0",
"fs": "0.0.1-security",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-eslint": "^6.0.0",
"gulp-header": "^2.0.9",
"gulp-if": "^3.0.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-uglify": "^3.0.2",
"postcss": "^8.3.6",
"set-value": ">=4.0.1"
},
"keywords": [
"roundslider",
"round slider",
"circular slider",
"radial slider",
"range slider",
"half circle slider",
"semi-circle slider",
"quarter slider",
"pie slider",
"knob slider"
]
}