From 4afca9663bbcad6e9439f67c16d3ff7ad11fc65c Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Sun, 19 Apr 2015 15:53:22 -0700 Subject: [PATCH] rename to FilePizza. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 906afab..17b946b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "webdrop", + "name": "filepizza", "version": "0.0.0", "description": "Peer-to-peer file transfers in your browser", "main": "server/index.js", @@ -8,14 +8,14 @@ }, "repository": { "type": "git", - "url": "git@github.com:kern/webdrop.git" + "url": "git@github.com:kern/filepizza.git" }, "author": "Alex Kern ", "license": "MIT", "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": { "alt": "^0.14.4", "babel": "^4.7.16",