forked from rubentd/radios-to-slider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.53 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
63
64
65
{
"name": "radioslider",
"title": "RadioSlider",
"description": "A jQuery plugin to display radio buttons as a slider.",
"keywords": [
"slider",
"radio",
"buttons"
],
"version": "1.0.0-beta.1",
"author": {
"name": "tcharlss"
},
"maintainers": [
{
"name": "tcharlss",
"email": "bonjour@bravecassine.com",
"url": "https://bravecassine.com"
},
{
"name": "Ruben Torres",
"email": "rubentdh@gmail.com",
"url": "http://rubentd.com/"
}
],
"license": "MIT",
"homepage": "https://tcharlss.github.io/radioslider/",
"docs": "https://tcharlss.github.io/radioslider/",
"download": "https://github.com/tcharlss/radioslider/releases",
"repository": {
"type": "git",
"url": "https://github.com/tcharlss/radioslider.git"
},
"unpkg": "dist/jquery.radioslider.min.js",
"peerDependencies": {
"jquery": ">=3.4.1"
},
"devDependencies": {
"autoprefixer": "^9.7.0",
"grunt": "^1.0.4",
"grunt-bump": "^0.8.0",
"grunt-contrib-compass": "~1.0.3",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.9.0",
"jshint-stylish": "~2.0.1",
"load-grunt-tasks": "^5.1.0",
"parallelshell": "^2.0.0",
"time-grunt": "^1.2.2"
},
"scripts": {
"test": "grunt jshint",
"build": "grunt build"
},
"files": [
"dist"
],
"browserslist": [
"last 2 versions",
"> 1%"
]
}