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.
18 lines
427 B
JSON
18 lines
427 B
JSON
{
|
|
"name": "filepizza-peer",
|
|
"version": "1.0.0",
|
|
"description": "Isomorphic helper module for FilePizza's PeerJS.",
|
|
"main": "server.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:kern/filepizza-peer.git"
|
|
},
|
|
"browser": "client.js",
|
|
"author": "Alex Kern <alex@kern.io> (http://kern.io)",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"peerjs": "^0.3.14",
|
|
"node-uuid": "^1.4.3"
|
|
}
|
|
}
|