-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 927 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"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 <[email protected]> (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
]
}