-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
46 lines (46 loc) · 854 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
{
"author": {
"name": "Franklin",
"email": "[email protected]",
"url": "https://fvdm.com"
},
"name": "ns-api",
"version": "4.1.2",
"description": "Public transit data from Nederlandse Spoorwegen API",
"repository": {
"type": "git",
"url": "git://github.com/fvdm/nodejs-ns-api.git"
},
"bugs": {
"url": "https://github.com/fvdm/nodejs-ns-api/issues"
},
"main": "nsapi.js",
"files": [
"example.js"
],
"runkitExampleFilename": "example.js",
"scripts": {
"test": "dotest"
},
"dependencies": {},
"devDependencies": {
"dotest": "^2.10.0"
},
"engines": {
"node": ">=18"
},
"keywords": [
"api",
"navigation",
"nl",
"ns",
"public transport",
"railway",
"traffic",
"trains",
"transit",
"transport",
"unlicense"
],
"license": "Unlicense"
}