-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathbower.json
33 lines (33 loc) · 847 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
{
"name": "radios-to-slider",
"description": "jQuery plugin to create a slider using a list of radio buttons",
"title": "RadiosToSlider",
"version": "0.3.2",
"authors": [
"Ruben Torres <[email protected]>"
],
"main": "js/jquery.radios-to-slider.js",
"keywords": [
"slider",
"radio",
"buttons"
],
"license": "MIT",
"homepage": "http://rubentd.com/radios-to-slider",
"docs": "http://rubentd.com/radios-to-slider",
"download": "http://rubentd.com/radios-to-slider",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rubentd/radios-to-slider.git"
},
"dependencies": {
"jquery": ">=1.5"
}
}