cletus/node_modules/date.js/component.json
2025-05-09 15:53:19 -05:00

20 lines
324 B
JSON

{
"name": "date",
"repo": "matthewmueller/date",
"description": "dates for humans",
"version": "0.3.3",
"keywords": [
"date",
"parsing",
"human"
],
"dependencies": {
"visionmedia/debug": "*"
},
"main": "index.js",
"scripts": [
"index.js",
"lib/date.js",
"lib/parser.js"
]
}