-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 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
40
41
42
43
{
"name": "omna-v2-integration-server",
"version": "1.0.0",
"description": "OMNAv2 Abstract Integration Server.",
"main": "index.js",
"engines": {
"node": "12.16.2"
},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cenit-io/omna-v2-integration-server.git"
},
"bugs": {
"url": "https://github.com/cenit-io/omna-v2-integration-server/issues"
},
"homepage": "https://github.com/cenit-io/omna-v2-integration-server",
"license": "LGPL-3.0",
"licenses": [
{
"type": "LGPL-3.0",
"url": "http://spdx.org/licenses/LGPL-3.0.html#licenseText"
},
{
"type": "EPL-1.0",
"url": "http://spdx.org/licenses/EPL-1.0.html#licenseText"
}
],
"author": {
"name": "Yoandry Pacheco Aguila",
"email": "[email protected]"
},
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.2",
"express": "^4.17.1",
"utils": "^0.3.1"
}
}