12345678910111213141516171819202122232425 |
- {
- "name": "usestudio.nodejssocket",
- "version": "1.0.0",
- "description": "",
- "main": "usmain.js",
- "dependencies": {
- "express": "^4.16.3",
- "mongodb": "^3.0.7",
- "mysql": "^2.15.0",
- "socket.io": "^2.1.0",
- "socketio": "^1.0.0",
- "underscore": "^1.9.0"
- },
- "devDependencies": {},
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "http://git.1473.cn/root/UseStudio.NodejsSocket.git"
- },
- "author": "",
- "license": "ISC"
- }
|