kopia lustrzana https://github.com/dceejay/electron-node-red
Update to latest demo
rodzic
c5d396321e
commit
b8f020dd2b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
main.js
1
main.js
|
@ -23,6 +23,7 @@ var server = http.createServer(red_app);
|
|||
|
||||
// Create the settings object - see default settings.js file for other options
|
||||
var settings = {
|
||||
verbose: true,
|
||||
httpAdminRoot:"/admin",
|
||||
httpNodeRoot: "/",
|
||||
userDir: __dirname,
|
||||
|
|
Plik binarny nie jest wyświetlany.
|
@ -26,9 +26,12 @@
|
|||
"url": "git+https://github.com/dceejay/electron-node-red.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"node-red": "~0.13.4",
|
||||
"node-red-dashboard": "git+https://github.com/node-red/node-red-dashboard.git",
|
||||
"node-red-contrib-web-worldmap": "*",
|
||||
"node-red": "^0.13.4",
|
||||
"node-red-dashboard": "node-red/node-red-dashboard",
|
||||
"node-red-contrib-web-worldmap": "^1.0.0",
|
||||
"node-red-node-geofence": "*",
|
||||
"node-red-node-disco": "./node-red-node-disco-0.0.1.tgz",
|
||||
"node-red-node-sensortag": "*",
|
||||
"express": "^4.13.0"
|
||||
},
|
||||
"keywords": [
|
||||
|
|
Ładowanie…
Reference in New Issue