package.json 445 B

1234567891011121314151617181920
  1. {
  2. "name": "asyncws",
  3. "version": "1.0.0",
  4. "description": "node js, web socket, promises and generator sample",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git@gitlab.a-level.com.ua:gitgod/AsyncWS.git"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "dependencies": {
  16. "cors": "^2.8.5",
  17. "express": "^4.16.4",
  18. "ws": "^6.1.2"
  19. }
  20. }