-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 698 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "ed-regionmap",
"version": "1.0.0",
"description": "The primary function of the main script `RegionMap.py` is to take a set of coordinates and determine which Elite Dangerous codex region they are in.",
"main": "RegionMap.js",
"dependencies": {
"cross-fetch": "^3.0.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/klightspeed/EliteDangerousRegionMap.git"
},
"author": {
"name": "Ben Peddell",
"email": "klightspeed@killerwolves.net"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/klightspeed/EliteDangerousRegionMap/issues"
},
"homepage": "https://github.com/klightspeed/EliteDangerousRegionMap#readme"
}