package.json 610 B

1234567891011121314151617181920212223242526272829
  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. "querystring": "^0.2.0",
  11. "socket.io": "^2.1.0",
  12. "socketio": "^1.0.0",
  13. "underscore": "^1.9.0"
  14. },
  15. "devDependencies": {
  16. "crypto": "^1.0.1",
  17. "xml2js": "^0.4.19"
  18. },
  19. "scripts": {
  20. "test": "echo \"Error: no test specified\" && exit 1"
  21. },
  22. "repository": {
  23. "type": "git",
  24. "url": "http://git.1473.cn/root/UseStudio.NodejsSocket.git"
  25. },
  26. "author": "",
  27. "license": "ISC"
  28. }