Init. Map does not function and only working on backend at the moment.
This commit is contained in:
16
node_modules/socketio/package.json
generated
vendored
Normal file
16
node_modules/socketio/package.json
generated
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "socketio",
|
||||
"version": "1.0.0",
|
||||
"description": "hello, socketio",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"express": "^4.13.3",
|
||||
"socket.io": "^1.3.7"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "wangzy",
|
||||
"license": "ISC"
|
||||
}
|
Reference in New Issue
Block a user