forked from aishek/jquery-animateNumber
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 758 Bytes
/
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
{
"name": "jquery.animate-number",
"version": "0.0.14",
"dependencies": {
"jquery": ">= 1.7.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-closure-compiler": "~0.0.21"
},
"description": "jQuery animate number plugin",
"repository": {
"type": "git",
"url": "https://github.com/aishek/jquery-animateNumber.git"
},
"keywords": [
"jquery",
"animate",
"number",
"jquery-plugin",
"ecosystem:jquery"
],
"author": "Alexandr Borisov ([email protected])",
"license": "MIT",
"main": "jquery.animateNumber.js",
"bugs": {
"url": "https://github.com/aishek/jquery-animateNumber/issues"
},
"homepage": "https://github.com/aishek/jquery-animateNumber"
}