forked from xuboso/countdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 833 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
32
33
34
35
36
37
{
"name": "countdown",
"description": "A simple jQuery countdown plugin.",
"version": "0.1.1",
"main": "dist/countdown.js",
"license": "MIT",
"repository": "fengyuanchen/countdown",
"homepage": "https://fengyuanchen.github.io/countdown",
"author": {
"name": "Fengyuan Chen",
"url": "http://chenfengyuan.com"
},
"keywords": [
"countdown",
"jquery",
"plugin",
"html",
"css",
"javascript",
"front-end",
"web",
"development"
],
"dependencies": {
"jquery": ">= 1.9.1"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt-banner": "0.6.0",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-uglify": "3.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"load-grunt-tasks": "3.5.2"
}
}