package.json 475 B

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