-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 981 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
{
"name": "node-red-contrib-obix-niagara-connector",
"version": "3.1.1",
"description": "Connector from Niagara to Node-Red using Obix",
"author": "Adam Zimmerman",
"scripts": {
"major": "npm version major",
"minor": "npm version minor",
"patch": "npm version patch"
},
"keywords": [
"node-red",
"Tridium",
"Niagara",
"Obix"
],
"node-red": {
"nodes": {
"Niagara Obix Connector": "Connector/obix-niagara-connector.js",
"Niagara Obix History": "History/obix-niagara-history.js",
"Niagara Obix Variable": "Variable/obix-niagara-variable.js",
"Niagara Obix Watcher": "Watcher/obix-niagara-watcher.js"
}
},
"dependencies": {
"obix-js": "^1.2.4"
},
"homepage": "https://github.com/adamzman/NodeRed_Niagara_Obix_Node",
"license": "ISC",
"devDependencies": {
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1"
}
}