forked from felixge/node-dateformat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 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
{
"name": "dateformat",
"description": "A node.js package for Steven Levithan's excellent dateFormat() function.",
"maintainers": "Felix Geisendörfer <[email protected]>",
"homepage": "https://github.com/felixge/node-dateformat",
"author": "Steven Levithan",
"contributors": [
"Steven Levithan",
"Felix Geisendörfer <[email protected]>",
"Christoph Tavan <[email protected]>",
"Jon Schlinkert (https://github.com/jonschlinkert)"
],
"version": "3.0.3",
"license": "MIT",
"main": "lib/dateformat",
"devDependencies": {
"underscore": "1.7.0",
"mocha": "2.0.1"
},
"engines": {
"node": "*"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/felixge/node-dateformat.git"
}
}