UNPKG

sggeocode

Version:
47 lines (46 loc) 1.09 kB
{ "name": "sggeocode", "version": "0.2.8", "description": "Get lat lon from Google and SmartyStreets", "main": "src/sgGeocode.js", "files": [ "src", "build" ], "scripts": { "test": "jest", "build": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/tivityhealth/smartystreet-google-geocode.git" }, "keywords": [ "google", "smartystreets", "lat", "long", "zipcode" ], "author": "Tivity", "license": "ISC", "bugs": { "url": "https://github.com/tivityhealth/smartystreet-google-geocode/issues" }, "homepage": "https://github.com/tivityhealth/smartystreet-google-geocode#readme", "dependencies": { "@googlemaps/google-maps-services-js": "^3.1.16", "smartystreets-javascript-sdk": "^1.6.3" }, "devDependencies": { "jest": "^26.6.1", "axios": "^0.21.1", "@babel/core": "^7.12.3", "@babel/preset-env": "^7.12.1", "babel-jest": "^26.6.1", "babel-loader": "^8.2.2", "node-notifier": "^9.0.0", "webpack": "^5.9.0", "webpack-cli": "^4.2.0" } }