add http posting
Showing
with
34 additions
and
2 deletions
tools/wsEventEmulator/.vscode/launch.json
0 → 100644
| ... | @@ -18,10 +18,10 @@ | ... | @@ -18,10 +18,10 @@ |
| "http": "0.0.0", | "http": "0.0.0", | ||
| "node-schedule": "^1.2.5", | "node-schedule": "^1.2.5", | ||
| "optimist": "^0.6.1", | "optimist": "^0.6.1", | ||
| "request": "^2.83.0", | |||
| "ws": "^3.2.0" | "ws": "^3.2.0" | ||
| }, | }, | ||
| "bin": { | "bin": { | ||
| "ws-event-emulator": "./app.js" | "ws-event-emulator": "./app.js" | ||
| } | } | ||
| } | } |
Please
register
or
sign in
to comment