forked from JerrySievert/date-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 953 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": "date-utils",
"description": "Date add-ons for Node.js",
"version": "1.2.13",
"keywords": ["date", "utils", "date-utils", "time"],
"author": "Jerry Sievert <[email protected]> (http://legitimatesounding.com/blog/)",
"homepage": "http://github.com/JerrySievert/node-date-utils/",
"contributors": [
{
"name": "Jerry Sievert",
"web": "http://legitimatesounding.com"
}
],
"license": ["MIT"],
"repository": {
"type": "git",
"url": "http://github.com/JerrySievert/node-date-utils.git"
},
"bugs": {
"url": "http://github.com/JerrySievert/node-date-utils/issues"
},
"directories": {
"lib": "./lib",
"test": "./test"
},
"devDependencies": { "vows": ">=0.7.0" },
"scripts": {
"test": "vows --spec"
},
"engines": {
"node": ">0.4.0"
},
"main": "./lib/date-utils"
}