-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathLineProgressbar.jquery.json
More file actions
33 lines (33 loc) · 982 Bytes
/
LineProgressbar.jquery.json
File metadata and controls
33 lines (33 loc) · 982 Bytes
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
{
"name": "LineProgressbar",
"title": "Jquery Line Progressbar",
"description": "A light weight jquery progressbar plugin",
"keywords": [
"progressbar"
],
"version": "1.1.1",
"author": {
"name": "King Rayhan",
"url": "https://github.com/kingRayhan"
},
"maintainers": [
{
"name": "KingRayhan",
"email": "rayhan095@gmail.com",
"url": "http://rayhan.info"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/kingRayhan/LineProgressbar/blob/master/LICENSE"
}
],
"bugs": "https://github.com/kingRayhan/LineProgressbar/issues",
"homepage": "https://kingrayhan.github.io/LineProgressbar/",
"docs": "https://kingrayhan.github.io/LineProgressbar/installation.html",
"download": "https://github.com/kingRayhan/LineProgressbar/archive/master.zip",
"dependencies": {
"jquery": ">=1.9"
}
}