Skip to content

Commit

Permalink
fix name of package and links in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
igrigorik committed Jun 25, 2012
1 parent 604ef0f commit 4afd48d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "SPDY-Proxy",
"name": "spdyproxy",
"description": "Fast, secure forward proxy: secure connection to proxy and ability to tunnel HTTP, HTTPS, and SPDY.",
"version": "0.1.0",
"author": "Ilya Grigorik <ilya@igvita.com> (igvita.com)",
"author": "Ilya Grigorik <ilya@igvita.com> (http://www.igvita.com)",
"keywords": ["spdy", "proxy", "vpn", "chrome"],
"repository": "git://github.com/igrigorik/node-spdy-proxy",
"homepage": "https://github.com/igrigorik/node-spdy-proxy",
"repository": "git://github.com/igrigorik/node-spdyproxy",
"homepage": "https://github.com/igrigorik/node-spdyproxy",

"contributors": [],
"devDependencies": {},
Expand Down

0 comments on commit 4afd48d

Please sign in to comment.