Skip to content

Commit

Permalink
Add npm-related settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ksasao committed Dec 1, 2019
1 parent 0266ae2 commit fec6080
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
5 changes: 3 additions & 2 deletions tool/BrownieMonitor/BrownieMonitorNodeJs/README.md
Expand Up @@ -2,5 +2,6 @@
This app monitors what Brownie detects an object, and execute a command that is associated with the object name.

## Setup
Update config.json for your environment (Com Port, Server Port, Rules)

1. Execute 'npm install' to download dependency.
2. Update config.json for your environment (Com Port, Server Port, Rules).
3. Execute 'node server.js' to run.
15 changes: 11 additions & 4 deletions tool/BrownieMonitor/BrownieMonitorNodeJs/package.json
@@ -1,10 +1,17 @@
{
"name": "web-app-test",
"version": "0.0.0",
"description": "WebAppTest",
"name": "brownie_monitor",
"version": "0.0.1",
"description": "This app monitors what Brownie detects an object, and execute a command that is associated with the object name.",
"main": "server.js",
"author": {
"name": ""
"name": "ksasao"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/ksasao/brownie.git",
"path": "tree/master/tool/BrownieMonitor/BrownieMonitorNodeJs"

},
"dependencies": {
"log4js": "^6.1.0",
Expand Down

0 comments on commit fec6080

Please sign in to comment.