-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 945 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
{
"name": "node-red-contrib-rtk-board",
"version": "0.0.13",
"description": "A simple board function and node set for Node-RED",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"node-red": {
"nodes": {
"rtk-board-config": "rtk-board/config.js",
"rtk-board-output": "rtk-board/output.js",
"rtk-board-face": "rtk-board/face.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/yamachan/node-red-contrib-rtk-board.git"
},
"keywords": [],
"author": "Toshio Yamashita",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/yamachan/node-red-contrib-rtk-board/issues"
},
"homepage": "https://github.com/yamachan/node-red-contrib-rtk-board#readme",
"dependencies": {
"body-parser": "^1.19.0",
"path": "^0.12.7",
"serve-static": "^1.14.1",
"socket.io": "^2.3.0"
}
}