tz-offset
Version:
Javascript Timezone Offset
36 lines (35 loc) • 821 B
JSON
{
"name": "tz-offset",
"version": "0.0.2",
"description": "Javascript Timezone Offset",
"main": "src/tz-offset.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "nyc --reporter=html --reporter=text mocha --recursive",
"lint": "./node_modules/.bin/eslint ./{src,test}/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/merencia/tz-offset.git"
},
"keywords": [
"timezone",
"offset",
"time",
"zone"
],
"author": "Lucas Merencia <lucas@merencia.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/merencia/tz-offset/issues"
},
"homepage": "https://github.com/merencia/tz-offset#readme",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"mocha": "^6.1.4",
"nyc": "^14.0.0"
}
}