UNPKG

is-dst

Version:
37 lines (36 loc) 821 B
{ "name": "is-dst", "version": "1.0.0", "description": "Is it Daylight Saving Time?", "main": "index.js", "author": "Brandon Smith", "license": "MIT", "repository": "brandon93s/is-dst", "scripts": { "test": "ava --verbose" }, "keywords": [ "dst", "daylight savings time", "daylight-savings-time", "is dst", "is daylight savings time", "is-daylight-savings-time" ], "files": [ "index.js" ], "engines": { "node": ">=4" }, "devDependencies": { "ava": "^0.21.0", "eslint": "^4.4.0", "eslint-config-standard": "^10.2.1", "eslint-plugin-import": "^2.7.0", "eslint-plugin-node": "^5.1.1", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-standard": "^3.0.1", "timezone-mock": "^0.0.5" } }