forked from s-yadav/radialIndicator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
31 lines (31 loc) · 986 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
{
"name": "radialIndicator",
"description": "A simple and light weight circular indicator / progressbar plugin.",
"main": "radialIndicator.js",
"author": {
"name": "Sudhanshu Yadav",
"email": "[email protected]"
},
"version": "1.4.0",
"repository": {
"type": "git",
"url": "https://github.com/s-yadav/radialIndicator"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/s-yadav/radialIndicator/blob/master/MIT-LICENSE.txt"
}
],
"bugs": {
"url": "https://github.com/s-yadav/radialIndicator/issues"
},
"keywords": [
"radial-indicator",
"circular-progressbar"
],
"readmeFilename": "README.md",
"demo": "http://ignitersworld.com/lab/radialIndicator.html#example",
"docs": "http://ignitersworld.com/lab/radialIndicator.html#documentation",
"homepage": "http://ignitersworld.com/lab/radialIndicator.html"
}