dst
Version:
determine if a date is in daylight savings time
28 lines (27 loc) • 500 B
JSON
{
"name": "dst",
"version": "0.0.4",
"author": "Chris Dickinson <chris@neversaw.us>",
"description": "determine if a date is in daylight savings time",
"scripts": {
"test": "mocha"
},
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/chrisdickinson/dst.js.git"
},
"keywords": [
"dst",
"time",
"date",
"datetime"
],
"devDependencies": {
"mocha": "0.x.x"
},
"license": "MIT",
"engine": {
"node": "*"
}
}