forked from luisfarzati/moment-interval
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 874 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
{
"name": "moment-interval",
"description": "Time intervals for Moment.js",
"author": "Luis Farzati <[email protected]>",
"homepage": "https://github.com/luisfarzati/moment-interval",
"bugs": "https://github.com/luisfarzati/moment-interval/issues",
"version": "0.2.1",
"main": "index.js",
"engines": {
"node": "*"
},
"dependencies": {
"moment": "~2.5"
},
"devDependencies": {
"grunt": "latest",
"grunt-cli": "latest",
"nodeunit": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-nodeunit": "latest",
"grunt-contrib-watch": "latest"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://[email protected]/luisfarzati/moment-interval.git"
},
"license": {
"type": "MIT",
"url": "https://github.com/luisfarzati/moment-interval/blob/master/LICENSE"
}
}