mirror of https://github.com/kern/filepizza
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
415 B
JSON
17 lines
415 B
JSON
{
|
|
"name": "filepizza-socket",
|
|
"version": "1.0.0",
|
|
"description": "Isomorphic helper module for FilePizza's SocketIO.",
|
|
"main": "server.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:kern/filepizza-socket.git"
|
|
},
|
|
"browser": "client.js",
|
|
"author": "Alex Kern <alex@kern.io> (http://kern.io)",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"socket.io-client": "^1.3.5"
|
|
}
|
|
}
|