|
|
|
@ -1,5 +1,5 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "webdrop",
|
|
|
|
"name": "filepizza",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "Peer-to-peer file transfers in your browser",
|
|
|
|
"description": "Peer-to-peer file transfers in your browser",
|
|
|
|
"main": "server/index.js",
|
|
|
|
"main": "server/index.js",
|
|
|
|
@ -8,14 +8,14 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:kern/webdrop.git"
|
|
|
|
"url": "git@github.com:kern/filepizza.git"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"author": "Alex Kern <alex@kern.io>",
|
|
|
|
"author": "Alex Kern <alex@kern.io>",
|
|
|
|
"license": "MIT",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/kern/webdrop/issues"
|
|
|
|
"url": "https://github.com/kern/filepizza/issues"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/kern/webdrop",
|
|
|
|
"homepage": "https://github.com/kern/filepizza",
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"alt": "^0.14.4",
|
|
|
|
"alt": "^0.14.4",
|
|
|
|
"babel": "^4.7.16",
|
|
|
|
"babel": "^4.7.16",
|
|
|
|
|