UNPKG

node-google-timezone

Version:
34 lines (33 loc) 733 B
{ "name": "node-google-timezone", "version": "0.1.1", "description": "A Node.js wrapper to Google Timezone API", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@github.com:ecteodoro/node-google-timezone.git" }, "keywords": [ "google", "timezone", "api", "location", "daylight" ], "author": "Ecil Teodoro", "license": "MIT", "bugs": { "url": "https://github.com/ecteodoro/node-google-timezone/issues" }, "homepage": "https://github.com/ecteodoro/node-google-timezone", "dependencies": { "qs": "^6.5.1", "request": "^2.40.0" } }