forked from aishek/jquery-animateNumber
-
Notifications
You must be signed in to change notification settings - Fork 0
/
animateNumber.jquery.json
36 lines (36 loc) · 1.08 KB
/
animateNumber.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
36
{
"name": "animateNumber",
"title": "jQuery animateNumber",
"description": "jQuery plugin for animation number same way which animate function does.",
"keywords": [
"number",
"animation"
],
"version": "0.0.14",
"author": {
"name": "Alexandr Borisov",
"email": "[email protected]",
"url": "http://cifronomika.ru"
},
"maintainers": [
{
"name": "Alexandr Borisov",
"email": "[email protected]",
"url": "http://cifronomika.ru"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/aishek/jquery-animateNumber/blob/master/LICENSE"
}
],
"bugs": "https://github.com/aishek/jquery-animateNumber/issues",
"homepage": "https://github.com/aishek/jquery-animateNumber",
"docs": "https://github.com/aishek/jquery-animateNumber",
"demo": "http://aishek.github.io/jquery-animateNumber/",
"download": "https://github.com/aishek/jquery-animateNumber/releases",
"dependencies": {
"jquery": ">=1.7.0"
}
}