-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.24 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.24 KB
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
{
"name": "jquery-multi-bar",
"version": "0.4.0",
"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.css",
"multibar.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teorossi82/jquery-multi-bar.git"
},
"keywords": [
"bar",
"progressbar",
"multi bar",
"jquery",
"color bar",
"marker"
],
"author": {
"name": "Matteo Rossi",
"email": "teorossi82@yahoo.it"
},
"dependencies": {
"jquery": "^1.8.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/teorossi82/token-security/LICENSE"
}
],
"bugs": {
"url": "https://github.com/teorossi82/jquery-multi-bar/issues"
},
"homepage": "https://github.com/teorossi82/jquery-multi-bar#readme"
}