@jha28rahul/timezone
Version:
Package that assists in handling timezone related tasks.
31 lines (30 loc) • 754 B
JSON
{
"name": "@jha28rahul/timezone",
"version": "1.0.2",
"description": "Package that assists in handling timezone related tasks.",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jharahul-28/timezone-npm-package.git"
},
"keywords": [
"timezone",
"getUTCOffset",
"convertTime",
"convertToUTC",
"listTimezones",
"getCurrentTimeInTimezone",
"getTimeDifference",
"convertDateToTimezone"
],
"author": "Rahul Jha",
"license": "ISC",
"bugs": {
"url": "https://github.com/jharahul-28/timezone-npm-package/issues"
},
"homepage": "https://github.com/jharahul-28/timezone-npm-package#readme"
}