1234567891011121314151617181920 |
- {
- "name": "asyncws",
- "version": "1.0.0",
- "description": "node js, web socket, promises and generator sample",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git@gitlab.a-level.com.ua:gitgod/AsyncWS.git"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "cors": "^2.8.5",
- "express": "^4.16.4",
- "ws": "^6.1.2"
- }
- }
|