forked from pguso/js-plugin-circliful
-
Notifications
You must be signed in to change notification settings - Fork 0
/
circliful.jquery.json
35 lines (35 loc) · 947 Bytes
/
circliful.jquery.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
{
"name": "circliful",
"title": "jQuery Circliful Plugin",
"description": "jQuery plugin for showing circle statistics.",
"keywords": [
"circle",
"animation",
"statistic",
"ui",
"progress"
],
"version": "0.1.5",
"author": {
"name": "Patric Gutersohn"
},
"maintainers": [
{
"name": "Patric Gutersohn",
"email": "[email protected]"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/pguso/jquery-plugin-circliful/blob/master/LICENSE"
}
],
"bugs": "https://github.com/pguso/jquery-plugin-circliful/issues",
"homepage": "https://github.com/pguso/jquery-plugin-circliful",
"docs": "http://ladensia.com/circliful",
"download": "https://github.com/pguso/jquery-plugin-circliful/archive/master.zip",
"dependencies": {
"jquery": ">=1.5"
}
}