-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.17 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
{
"name": "vbb-rest-2-ngsi",
"version": "1.0.0",
"description": "Node.js application that uses the vbb-rest API to read public transport data of the Verkehrsverbund Berlin-Brandenburg (VBB) and transform it from FTPF into a NGSI-compliant data format for subsequent storage in FIWARE NGSI context brokers. Applied FIWARE data models implement the General Transit Feed Specification (GTFS).",
"main": "index.js",
"dependencies": {
"axios": "^0.21.1",
"bottleneck": "^2.19.5",
"dotenv": "^8.2.0",
"pino": "^5.16.0",
"pino-pretty": "^3.6.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SmartMaaS-Services/vbb-rest-2-ngsi.git"
},
"keywords": [
"vbb",
"rest",
"public",
"transport",
"ftpf",
"ngsi",
"fiware",
"context",
"broker",
"gtfs"
],
"author": "Michael Schulz <michael.schulz@fiware.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SmartMaaS-Services/vbb-rest-2-ngsi/issues"
},
"homepage": "https://github.com/SmartMaaS-Services/vbb-rest-2-ngsi#readme"
}