tool for emitting events
Showing
with
108 additions
and
0 deletions
tools/wsEventEmulator/app.js
0 → 100644
tools/wsEventEmulator/array.json
0 → 100644
tools/wsEventEmulator/package.json
0 → 100644
| { | ||
| "name": "ws-event-emulator", | ||
| "version": "1.0.0", | ||
| "description": "emulate events in websocket", | ||
| "main": "app.js", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "keywords": [ | ||
| "event", | ||
| "emit" | ||
| ], | ||
| "author": "amir aharon <amir.aharon@ipgallery.com>", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "express": "^4.16.2", | ||
| "fs": "0.0.1-security", | ||
| "http": "0.0.0", | ||
| "node-schedule": "^1.2.5", | ||
| "optimist": "^0.6.1", | ||
| "ws": "^3.2.0" | ||
| }, | ||
| "bin": { | ||
| "ws-event-emulator": "./app.js" | ||
| } | ||
| } |
Please
register
or
sign in
to comment