forked from icambron/moment-countdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 790 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
{
"name": "moment-countdown",
"version": "0.0.3",
"description": "A Moment.js plugin for integrating with Countdown.js",
"homepage": "http://icambron.github.com/moment-countdown",
"author": "Isaac Cambron",
"keywords": ["moment", "countdown", "date", "date range"],
"dependencies": {
"moment": ">= 2.0.0",
"countdown": ">= 2.3.0"
},
"devDependencies": {
"mocha" : "latest",
"uglify-js" : "latest",
"coffee-script" : "latest"
},
"main": "dist/moment-countdown",
"scripts": {
"test": "make test"
},
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/icambron/moment-countdown.git"
},
"bugs": {
"url": "https://github.com/icambron/moment-countdown/issues"
},
"license": "MIT"
}