js-date-to-string
Version:
Converts js dates to meaningful strings
24 lines • 557 B
JSON
{
"name": "js-date-to-string",
"version": "1.2.2",
"description": "Converts js dates to meaningful strings",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohamedabkal/js-date-to-string.git"
},
"keywords": [
"js-date",
"date",
"js"
],
"author": "Mohammad Abkal",
"license": "MIT",
"bugs": {
"url": "https://github.com/mohamedabkal/js-date-to-string/issues"
},
"homepage": "https://github.com/mohamedabkal/js-date-to-string#readme"
}