-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 970 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
{
"name": "omna-v2-integration-template",
"version": "1.0.0",
"description": "OMNAv2 Custom Integration Server.",
"main": "index.js",
"engines": {
"node": "12.6.2"
},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cenit-io/omna-v2-integration-template.git"
},
"bugs": {
"url": "https://github.com/cenit-io/omna-v2-integration-template/issues"
},
"homepage": "https://github.com/cenit-io/omna-v2-integration-template",
"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": {
"omna-v2-integration-server": "github:cenit-io/omna-v2-integration-server"
}
}