123456789101112131415161718 |
- {
- "name": "chatback",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "cors": "^2.8.5",
- "express": "^4.16.4",
- "package-lock.json": "^1.0.0",
- "package.json": "^2.0.1",
- "socket.io": "^2.2.0"
- }
- }
|