date-tz
Version:
Wrapper above js native Date object for using with time zones that differs from current
36 lines (35 loc) • 835 B
JSON
{
"name": "date-tz",
"version": "0.1.2",
"description": "Wrapper above js native Date object for using with time zones that differs from current",
"devDependencies": {
"babel-eslint": "^8.2.5",
"chai": "^4.1.2",
"del": "^3.0.0",
"documentation": "^5.3.5",
"eslint": "^5.0.1",
"eslint-config-wikimedia": "^0.5.0",
"gulp": "^4.0.0",
"gulp-documentation": "^3.2.1",
"mocha": "^5.2.0"
},
"dependencies": {},
"scripts": {
"test": "mocha `find ./source -name '*.test.js'`",
"test:watch": "mocha `find ./source -name '*.test.js'` --watch"
},
"repository": {
"type": "git"
},
"keywords": [
"date",
"time",
"timezones"
],
"author": "Alexey Chepugov",
"license": "ISC",
"bugs": {
"url": "https://github.com/a-chepugov/DateTz/issues"
},
"homepage": "https://github.com/a-chepugov/DateTz#readme"
}