forked from MikhaelGerbet/jquery-incremental-counter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"name": "jquery-incremental-counter",
"version": "1.2.1",
"engines": {
"node": ">= 0.8.0"
},
"repository": {
"type": "git",
"url": "[email protected]:MikhaelGerbet/jquery-incremental-counter.git"
},
"author": "Mikhael GERBET <[email protected]>",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-jasmine": "~0.5.2",
"grunt-contrib-watch": "~0.5.3"
},
"description": "jQuery plugin incremental counter is a simple counter animated ",
"bugs": {
"url": "https://github.com/MikhaelGerbet/jquery-incremental-counter/issues"
},
"homepage": "https://github.com/MikhaelGerbet/jquery-incremental-counter",
"main": "jquery.incremental-counter.min.js",
"files": [
"jquery.incremental-counter.js",
"jquery.incremental-counter.min.js",
"jquery.incremental-counter.css"
],
"keywords": [
"jquery-plugin",
"ecosystem:jquery"
],
"license": "MIT"
}