package.json 581 B

12345678910111213141516171819202122232425262728
  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. "crypto": "^1.0.1",
  16. "xml2js": "^0.4.19"
  17. },
  18. "scripts": {
  19. "test": "echo \"Error: no test specified\" && exit 1"
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "http://git.1473.cn/root/UseStudio.NodejsSocket.git"
  24. },
  25. "author": "",
  26. "license": "ISC"
  27. }