-
Notifications
You must be signed in to change notification settings - Fork 9
/
bower.json
53 lines (53 loc) · 1.09 KB
/
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
46
47
48
49
50
51
52
53
{
"name": "progresspiesvg",
"description": "jQuery plugin for dynamically rendering a pie or circle diagram comparable to a progress bar, depicting a progress, countdown, percent value or similar. Renders Inline-SVG-Images. Highly customizable.",
"main": "js/min/jquery-progresspiesvg-min.js",
"authors": [
"Immo Schulz-Gerlach <immo@isg-software.de> (http://www.isg-software.de)"
],
"license": "BSD-2-Clause",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"SVG",
"icon",
"pie",
"pie",
"chart",
"ring",
"circle",
"circular",
"progress",
"progress",
"meter",
"progress",
"pie",
"progress",
"ring",
"progress",
"circle",
"circular",
"progress",
"bar",
"percent",
"percent",
"value",
"indicator",
"wait",
"busy",
"loading",
"playback",
"controls"
],
"homepage": "https://www.isg-software.de/progresspie/indexe.html",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"config.codekit*",
"examples*",
"img/",
"jsdoc.sh",
"lib/"
]
}