-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
34 lines (34 loc) · 899 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
{
"name": "node-red-within-express",
"version": "0.1.0",
"description": "embedding Node-RED within a Server built with Node.js and Express",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rozek/node-red-within-restana.git"
},
"keywords": [
"web-server",
"node-red",
"express-js"
],
"author": "Andreas Rozek <a.rozek@gmx.de> (https://www.rozek.de/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rozek/node-red-within-express/issues"
},
"homepage": "https://github.com/rozek/node-red-within-express#readme",
"dependencies": {
"commander": "^8.1.0",
"express": "^4.17.1",
"helmet": "^4.6.0",
"morgan": "^1.10.0",
"node-red": "^2.0.5",
"serve-static": "^1.14.1"
},
"devDependencies": {
"@types/node": "^16.7.6"
}
}