forked from ciromattia/jquery.counterup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 KB
/
package.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
37
38
39
40
41
{
"name": "jquery.counterup",
"version": "2.1.0",
"description": "jquery.counterup is a lightweight jQuery plugin that counts up to a targeted number when the number becomes visible.",
"main": "jquery.counterup.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ciromattia/jquery.counterup.git"
},
"keywords": [
"jquery",
"counter",
"plugin",
"count",
"up",
"number",
"animation",
"int",
"time",
"float",
"currency"
],
"dependencies": {
"jquery": ">=1.5.0",
"waypoints": ">=3.0"
},
"author": "Benjamin Intal (https://github.com/bfintal/)",
"contributors": [
"Jeremy Paris (https://github.com/digsite)",
"Ciro Mattia Gonano <[email protected]> (https://github.com/ciromattia)",
"Josh Lee (https://github.com/Jishaxe)"
],
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/ciromattia/jquery.counterup/issues"
},
"homepage": "https://github.com/ciromattia/jquery.counterup#readme"
}