|
123456789101112131415161718192021222324 |
- {
- "name": "websocket_example",
- "version": "1.0.0",
- "description": "",
- "main": "ws-client.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "tunnel": "ngrok http 8000"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "dialogflow": "^0.10.2",
- "express": "^4.17.1",
- "ngrok": "^3.1.1",
- "path": "^0.12.7",
- "websocket": "^1.0.28",
- "ws": "^7.0.0"
- },
- "devDependencies": {
- "standard": "^12.0.1"
- }
- }
|