-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.09 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
42
43
44
45
46
{
"name": "countimer",
"version": "1.1.0",
"description": "Simple jQuery plugin to start a basic count up timer on any HTML element",
"homepage": "https://github.com/envynoiz/countimer#readme",
"main": "dist/ez.countimer.js",
"keywords": [
"jquery-plugin",
"momentjs",
"count",
"timer",
"chronograph",
"jquery"
],
"author": {
"name": "envynoiz",
"url": "https://github.com/envynoiz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/envynoiz/countimer.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"scripts": {
"test": "grunt"
},
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-qunit": "^0.5.1",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "^2.0.0",
"time-grunt": "^1.0.0"
}
}