-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
48 lines (48 loc) · 1.05 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
47
48
{
"name": "date-utils",
"description": "Date add-ons for Node.js",
"version": "1.2.21",
"keywords": [
"date",
"utils",
"date-utils",
"time"
],
"author": "Jerry Sievert <[email protected]> (http://legitimatesounding.com/blog/)",
"homepage": "https://jerrysievert.github.io/date-utils/",
"contributors": [
{
"name": "Jerry Sievert",
"web": "http://legitimatesounding.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/JerrySievert/date-utils.git"
},
"bugs": {
"url": "https://github.com/JerrySievert/date-utils/issues"
},
"directories": {
"lib": "./lib",
"test": "./test"
},
"devDependencies": {
"gulp": "^3.7.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.0",
"vows": ">=0.7.0",
"gulp-complexity": "^0.2.1",
"gulp-shell": "^0.2.8",
"jsdoc": "^3.3.0-alpha9",
"ink-docstrap": "^0.4.12"
},
"scripts": {
"test": "vows -i --spec"
},
"engines": {
"node": ">0.4.0"
},
"main": "./lib/date-utils"
}