package.json 530 B

12345678910111213141516171819202122232425
  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. "underscore": "^1.9.0"
  13. },
  14. "devDependencies": {},
  15. "scripts": {
  16. "test": "echo \"Error: no test specified\" && exit 1"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "http://git.1473.cn/root/UseStudio.NodejsSocket.git"
  21. },
  22. "author": "",
  23. "license": "ISC"
  24. }