-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
32 lines (32 loc) · 968 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
{
"name": "jquery-multi-bar",
"version": "0.4.0",
"homepage": "https://github.com/teorossi82/jquery-multi-bar",
"authors": [
"Matteo Rossi <teorossi82@yahoo.it>"
],
"description": "jQuery plugin which you can build custom progress bar with multi and personalized colors. The number and style of the colors are at your choice, so 'as the initial and final values. This allows you to create progress bar completely tailored to your needs. You can assign one or more values to the bar and you'll see them appear as a marker on the bar itself. And, if you want, you can decide to show also the legend of the value",
"main": [
"multibar.js",
"multibar.css"
],
"dependencies": {
"jquery": "^1.8.0"
},
"keywords": [
"bar",
"progressbar",
"multi bar",
"jquery",
"color bar",
"marker"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}