echolocate
Version:
Get an Echo device's physical location and timezone using the Alexa API and Geo-location.
41 lines (40 loc) • 998 B
JSON
{
"name": "echolocate",
"version": "1.1.0",
"description": "Get an Echo device's physical location and timezone using the Alexa API and Geo-location.",
"main": "dist/bundle.js",
"repository": "josephschmitt/echolocate",
"scripts": {
"prepare": "rimraf dist/ && rollup --config rollup.config.js"
},
"bin": {
"echolocate": "bin/echolocate.js"
},
"keywords": [
"alexa",
"ASK",
"geolocation",
"time zone"
],
"author": "Joe Schmitt <me@joe.sh>",
"license": "MIT",
"dependencies": {
"axios": "^0.16.2",
"bluebird": "^3.5.0",
"config": "^1.26.2",
"dynasty": "^0.2.7",
"minimist": "^1.2.0",
"node-geocoder": "^3.20.0",
"timezoner": "^0.1.9"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.0",
"eslint": "^4.6.1",
"eslint-config": "^0.3.0",
"rimraf": "^2.6.1",
"rollup": "^0.49.2",
"rollup-plugin-babel": "^3.0.2"
}
}