-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
49 lines (49 loc) · 1.18 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
{
"name": "@anl-ioc/node-red-contrib-oadr-ven",
"version": "1.1.1",
"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": {
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"data2xml": "^1.3.4",
"debug": "^4.3.1",
"express": "^4.17.1",
"fast-xml-parser": "^3.18.0",
"request": "^2.88.2",
"uuid": "^8.3.2",
"xml-js": "^1.6.11"
},
"devDependencies": {
"eslint": "^7.20.0",
"eslint-config-strongloop": "^2.1.0",
"eslint-plugin-node": "^11.1.0"
}
}