Skip to content

Commit 744b072

Browse files
authored
Create LineProgressbar.jquery.json
1 parent 09192a2 commit 744b072

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

LineProgressbar.jquery.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "LineProgressbar",
3+
"title": "Jquery Line Progressbar",
4+
"description": "A light weight jquery progressbar plugin",
5+
"keywords": [
6+
"progressbar"
7+
],
8+
"version": "1.0.0",
9+
"author": {
10+
"name": "King Rayhan",
11+
"url": "https://github.com/kingRayhan"
12+
},
13+
"maintainers": [
14+
{
15+
"name": "KingRayhan",
16+
"email": "[email protected]",
17+
"url": "http://rayhan.info"
18+
}
19+
],
20+
"licenses": [
21+
{
22+
"type": "MIT",
23+
"url": "https://github.com/kingRayhan/LineProgressbar/blob/master/LICENSE"
24+
}
25+
],
26+
"bugs": "https://github.com/kingRayhan/LineProgressbar/issues",
27+
"homepage": "https://kingrayhan.github.io/LineProgressbar/",
28+
"docs": "https://kingrayhan.github.io/LineProgressbar/installation.html",
29+
"download": "https://github.com/kingRayhan/LineProgressbar/archive/master.zip",
30+
"dependencies": {
31+
"jquery": ">=1.9"
32+
}
33+
}

0 commit comments

Comments
 (0)