city-timezones
Version:
A light and fast method of looking up timezones given the name of a city.
28 lines (27 loc) • 607 B
JSON
{
"name": "city-timezones",
"version": "1.3.4",
"description": "A light and fast method of looking up timezones given the name of a city.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kevinroberts/city-timezones.git"
},
"scripts": {
"test": "mocha"
},
"types": "./index.d.ts",
"keywords": [
"timezone",
"cities",
"global",
"lookups",
"geo"
],
"homepage": "https://github.com/kevinroberts/city-timezones#readme",
"author": "Kevin Roberts",
"license": "MIT",
"devDependencies": {
"mocha": "^10.7.0"
}
}