datetime-converter-nodejs
Version:
Node package to convert date from and to ISO date format
29 lines (28 loc) • 776 B
JSON
{
"name": "datetime-converter-nodejs",
"version": "0.1.3",
"description": "Node package to convert date from and to ISO date format",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/batraabhishek/datetime-converter-nodejs.git"
},
"keywords": [
"date",
"time",
"iso",
"convert",
"datetime",
"isodate",
"isoformat"
],
"author": "Abhishek Batra <abhishekbatra1993@gmail.com> (https://github.com/batraabhishek/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/batraabhishek/datetime-converter-nodejs/issues"
},
"homepage": "https://github.com/batraabhishek/datetime-converter-nodejs#readme"
}