-
Notifications
You must be signed in to change notification settings - Fork 137
/
bower.json
45 lines (45 loc) · 988 Bytes
/
bower.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
{
"name": "jQuery-ui-Slider-Pips",
"version": "1.11.4",
"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.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",
"markers",
"waypoints"
],
"authors": [
"Simon Goellner <[email protected]>"
],
"ignore": [
".gitattributes",
".gitignore",
"gulpfile.js",
"*.json",
"*.md",
"*.txt",
"*.html",
"src",
"node_modules"
],
"dependencies": {
"jquery": ">=1.10.2",
"jquery-ui": ">=1.9.2"
},
"devDependencies": {}
}