-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 944 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
{
"name": "signalk-world-coastline-map",
"version": "1.2.0",
"description": "Coastline map of the world in Mapbox MBTiles format for Signal K marine server (800MB)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node install.js",
"preuninstall": "node preuninstall.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netAction/signalk-world-coastline-map.git"
},
"keywords": [
"signalk-webapp"
],
"author": "Thomas Schmidt (netAction)",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/netAction/signalk-world-coastline-map/issues"
},
"homepage": "https://github.com/netAction/signalk-world-coastline-map#readme",
"dependencies": {
"signalk-world-coastline-map-database": "https://github.com/netAction/signalk-world-coastline-map/releases/download/v1.0/signalk-world-coastline-map-database.tgz"
}
}