Fill in package information for helper modules.

pull/18/head
Alex Kern 11 years ago
parent 833021d5dd
commit 28d1b69b75

@ -0,0 +1,7 @@
# filepizza-peer
Isomorphic helper module for FilePizza's PeerJS.
## License
BSD

@ -1,9 +1,15 @@
{
"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"

@ -0,0 +1,7 @@
# filepizza-socket
Isomorphic helper module for FilePizza's SocketIO.
## License
BSD

@ -1,9 +1,15 @@
{
"name": "filepizza-socket",
"version": "0.0.0",
"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>",
"author": "Alex Kern <alex@kern.io> (http://kern.io)",
"license": "BSD-3-Clause",
"dependencies": {
"socket.io-client": "^1.3.5"
}

Loading…
Cancel
Save