-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.28 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
44
45
46
47
48
49
50
51
52
{
"name": "@anl-ioc/node-red-contrib-oadr-ven",
"version": "1.0.6",
"description": "Open ADR 2.0b VEN",
"main": "oadr2/oadr2-ven.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"mon": "nodemon -x node-red"
},
"author": "Bryan Nystrom <[email protected]> (https://github.com/bnystrom)",
"license": "BSD-3-Clause",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/Argonne-National-Laboratory/node-red-contrib-oadr-ven/issues"
},
"homepage": "https://github.com/Argonne-National-Laboratory/node-red-contrib-oadr-ven#readme",
"engines": {
"node": ">=8.5.0"
},
"keywords": [
"node-red",
"OpenADR",
"VEN",
"OADR VEN"
],
"node-red": {
"nodes": {
"oadr2-ven": "oadr2/oadr2-ven.js"
}
},
"dependencies": {
"body-parser": "^1.18.3",
"data2xml": "^1.3.1",
"debug": "^4.1.1",
"express": "^4.16.4",
"fast-xml-parser": "^3.12.12",
"jsonix": "^2.4.1",
"node-webcrypto-ossl": "^1.0.39",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"uuid": "^3.3.2",
"xml-js": "^1.6.9",
"xmldsigjs": "^2.0.22"
},
"devDependencies": {
"eslint": "^5.12.1",
"eslint-config-strongloop": "^2.1.0",
"eslint-plugin-node": "^8.0.1"
}
}