-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
46 lines (46 loc) · 1.18 KB
/
package.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
{
"name": "progresspiesvg",
"version": "2.6.3",
"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",
"files": [
"js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isg-software/progresspie.git"
},
"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"
],
"author": "Immo Schulz-Gerlach <immo@isg-software.de> (http://www.isg-software.de)",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/isg-software/progresspie/issues"
},
"homepage": "http://www.isg-software.de/progresspie/indexe.html"
}