forked from ciromattia/jquery.counterup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcounterup.jquery.json
36 lines (36 loc) · 877 Bytes
/
counterup.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": "jquery.counterup",
"version": "2.1.0",
"title": "jquery.counterup",
"description": "A lightweight jQuery plugin that counts up to a targeted number when the number becomes visible.",
"keywords": [
"jquery",
"plugin",
"counter",
"count",
"up",
"number",
"figure",
"numeric",
"int",
"float",
"animation"
],
"homepage": "https://github.com/ciromattia/jquery.counterup",
"author": {
"name": "Benjamin Intal",
"url": "https://github.com/bfintal/"
},
"bugs": "https://github.com/ciromattia/jquery.counterup/issues",
"licenses": [
{
"type": "GPL2",
"url": "https://raw.github.com/ciromattia/jquery.counterup/master/LICENSE"
}
],
"dependencies": {
"jquery": ">=1.5",
"waypoints": ">=4.0"
},
"demo": "http://ciromattia.github.io//jquery.counterup/demo/index.html"
}