forked from simeydotme/jQuery-ui-Slider-Pips
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
48 lines (44 loc) · 960 Bytes
/
Copy pathbower.json
File metadata and controls
48 lines (44 loc) · 960 Bytes
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
{
"name": "jQuery-ui-Slider-Pips",
"version": "1.5.5",
"description": "A plugin to add little \"pips\" to the jQuery UI Slider widget",
"main": [
"dist/jquery-ui-slider-pips.css",
"dist/jquery-ui-slider-pips.min.js"
],
"repository": {
"type": "git",
"url": "https://github.com/simeydotme/jQuery-ui-Slider-Pips.git"
},
"license": "MIT",
"keywords": [
"jquery",
"ui",
"slider",
"widget",
"pips",
"points",
"labels",
"floats"
],
"authors": [
"Simon Goellner <simey.me@gmail.com>"
],
"ignore": [
".gitattributes",
".gitignore",
"Gruntfile.js",
"*.json",
"*.md",
"*.txt",
"*.html",
"src",
"mode_modules"
],
"dependencies": {
"jquery": ">=1.10.2",
"jqueryui": ">=1.9.2"
},
"devDependencies": {
}
}