geocode-wifi
Version:
Geocode wifi access points to a latitute and longitude
47 lines (46 loc) • 927 B
JSON
{
"name": "geocode-wifi",
"version": "1.0.1",
"description": "Geocode wifi access points to a latitute and longitude",
"main": "index.js",
"scripts": {
"test": "standard && node test.js"
},
"keywords": [
"geo",
"geocode",
"lat",
"latitude",
"lng",
"long",
"longitude",
"wifi",
"ssid",
"mac",
"accesspoints",
"access points",
"triangulate",
"NSA"
],
"author": "Thomas Watson Steen <w@tson.dk> (https://github.com/watson)",
"license": "MIT",
"dependencies": {
"once": "^1.3.2"
},
"devDependencies": {
"standard": "^4.2.1",
"tape": "^4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/watson/geocode-wifi.git"
},
"bugs": {
"url": "https://github.com/watson/geocode-wifi/issues"
},
"homepage": "https://github.com/watson/geocode-wifi",
"coordinates": [
55.6666517,
12.5796562
]
}