package.json 502 B

123456789101112131415161718192021222324
  1. {
  2. "name": "usestudio.nodejssocket",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "usmain.js",
  6. "dependencies": {
  7. "express": "^4.16.3",
  8. "mongodb": "^3.0.7",
  9. "mysql": "^2.15.0",
  10. "socket.io": "^2.1.0",
  11. "socketio": "^1.0.0"
  12. },
  13. "devDependencies": {},
  14. "scripts": {
  15. "test": "echo \"Error: no test specified\" && exit 1"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "http://git.1473.cn/root/UseStudio.NodejsSocket.git"
  20. },
  21. "author": "",
  22. "license": "ISC"
  23. }