-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
47 lines (47 loc) · 1.12 KB
/
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
47
{
"name": "bscoords",
"version": "2.2.0",
"description": "Get location based on (MCC, MNC, LAC, CellID) using Google, Yandex, OpenCellID, cell2gps, Mylnikov Geo and Mozilla Location Service",
"author": "Alexander Russkiy <[email protected]>",
"license": "MIT",
"keywords": [
"bts",
"base station",
"opencellid",
"mozilla location service",
"mylnikov",
"mozlocation",
"cepp2gps",
"location",
"google",
"yandex",
"gsm",
"umts",
"lte",
"geolocation",
"coordinate",
"latitude",
"longitude",
"cellid",
"lac",
"cid",
"mcc",
"mnc"
],
"main": "lib/bscoords.js",
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/kolonist/bscoords"
},
"bugs": {
"url": "https://github.com/kolonist/bscoords/issues"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0"
},
"types": "types/index.d.ts"
}