-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 963 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 963 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
{
"name": "ocariot-api-gateway",
"version": "2.14.3",
"description": "Responsible for providing access to the resources provided by the microservices that make up the OCARIoT platform.",
"main": "server.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ocariot/api-gateway/.git"
},
"keywords": [
"api",
"gateway",
"proxy",
"express",
"integration",
"microservice"
],
"author": "NUTES/UEPB",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ocariot/api-gateway/issues"
},
"homepage": "https://github.com/ocariot/api-gateway#readme",
"dependencies": {
"dotenv": "^8.2.0",
"express-apigw-base-plugin": "git+https://github.com/nutes-uepb/express-apigw-base-plugin.git",
"express-gateway": "^1.16.10",
"express-gateway-plugin-ocariot": "file:express-gateway-plugin-ocariot",
"swagger-ui-express": "^4.1.4"
},
"devDependencies": {}
}