mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-07 20:18:49 +00:00
Started on node.js+socket.io+mongoDB on the backend for more responsivnes
This commit is contained in:
79
server/node_modules/socket.io/package.json
generated
vendored
Executable file
79
server/node_modules/socket.io/package.json
generated
vendored
Executable file
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"name": "socket.io",
|
||||
"version": "1.3.5",
|
||||
"description": "node.js realtime framework server",
|
||||
"keywords": [
|
||||
"realtime",
|
||||
"framework",
|
||||
"websocket",
|
||||
"tcp",
|
||||
"events",
|
||||
"socket",
|
||||
"io"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/Automattic/socket.io"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha --reporter dot --slow 200ms --bail"
|
||||
},
|
||||
"dependencies": {
|
||||
"engine.io": "1.5.1",
|
||||
"socket.io-parser": "2.2.4",
|
||||
"socket.io-client": "1.3.5",
|
||||
"socket.io-adapter": "0.3.1",
|
||||
"has-binary-data": "0.1.3",
|
||||
"debug": "2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "1.16.2",
|
||||
"expect.js": "0.3.1",
|
||||
"supertest": "0.8.2",
|
||||
"superagent": "0.17.0",
|
||||
"istanbul": "0.2.3"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Guillermo Rauch",
|
||||
"email": "rauchg@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Arnout Kazemier",
|
||||
"email": "info@3rd-eden.com"
|
||||
},
|
||||
{
|
||||
"name": "Vladimir Dronnikov",
|
||||
"email": "dronnikov@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Einar Otto Stangvik",
|
||||
"email": "einaros@gmail.com"
|
||||
}
|
||||
],
|
||||
"gitHead": "342faf219793fc5c1f130fc33e3fb5422dab516d",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Automattic/socket.io/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Automattic/socket.io",
|
||||
"_id": "socket.io@1.3.5",
|
||||
"_shasum": "bfd609f37626889e94df9d3526db79a84255f1d8",
|
||||
"_from": "socket.io@",
|
||||
"_npmVersion": "1.4.28",
|
||||
"_npmUser": {
|
||||
"name": "rauchg",
|
||||
"email": "rauchg@gmail.com"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "rauchg",
|
||||
"email": "rauchg@gmail.com"
|
||||
}
|
||||
],
|
||||
"dist": {
|
||||
"shasum": "bfd609f37626889e94df9d3526db79a84255f1d8",
|
||||
"tarball": "http://registry.npmjs.org/socket.io/-/socket.io-1.3.5.tgz"
|
||||
},
|
||||
"directories": {},
|
||||
"_resolved": "https://registry.npmjs.org/socket.io/-/socket.io-1.3.5.tgz"
|
||||
}
|
||||
Reference in New Issue
Block a user