-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 887 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 887 Bytes
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
{
"name": "worldtides",
"version": "2.0.0",
"description": "API wrapper for WorldTides.info (unofficial)",
"author": {
"name": "Franklin",
"email": "fr@nkl.in",
"url": "https://frankl.in"
},
"license": "Unlicense",
"homepage": "https://github.com/fvdm/nodejs-worldtides#readme",
"main": "index.js",
"runkitExampleFilename": "example.js",
"engines": {
"node": ">=18"
},
"files": [
"example.js"
],
"scripts": {
"test": "dotest"
},
"repository": {
"type": "git",
"url": "git://github.com/fvdm/nodejs-worldtides.git"
},
"bugs": {
"url": "https://github.com/fvdm/nodejs-worldtides/issues"
},
"keywords": [
"api",
"coast",
"environment",
"geoint",
"geolocation",
"ocean",
"sealevel",
"tides",
"worldtides"
],
"dependencies": {},
"devDependencies": {
"dotest": "^2"
}
}