wishthis/node_modules/dateformat/package.json

31 lines
790 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "dateformat",
"description": "A node.js package for Steven Levithan's excellent dateFormat() function.",
"maintainers": "Felix Geisendörfer <felix@debuggable.com>",
"homepage": "https://github.com/felixge/node-dateformat",
"author": "Steven Levithan",
2022-01-21 08:28:41 +00:00
"contributors": [
2022-04-08 10:55:35 +00:00
"Steven Levithan",
"Felix Geisendörfer <felix@debuggable.com>",
"Christoph Tavan <dev@tavan.de>",
"Jon Schlinkert (https://github.com/jonschlinkert)"
2022-01-21 08:28:41 +00:00
],
2022-04-08 10:55:35 +00:00
"version": "2.2.0",
"license": "MIT",
"main": "lib/dateformat",
2022-01-21 08:28:41 +00:00
"devDependencies": {
2022-04-08 10:55:35 +00:00
"underscore": "1.7.0",
"mocha": "2.0.1"
2022-01-21 08:28:41 +00:00
},
"engines": {
"node": "*"
},
"scripts": {
"test": "mocha"
},
2022-04-08 10:55:35 +00:00
"repository": {
"type": "git",
"url": "https://github.com/felixge/node-dateformat.git"
}
2022-01-21 08:28:41 +00:00
}