From 31dfacd4c97ff9da2a44cbd17a1a7d63e8a6a682 Mon Sep 17 00:00:00 2001 From: Matt Ranney Date: Tue, 14 Sep 2010 16:59:57 -0700 Subject: [PATCH] Add package.json and rename redis.js to index.js --- redis.js => index.js | 0 package.json | 10 ++++++++++ 2 files changed, 10 insertions(+) rename redis.js => index.js (100%) create mode 100644 package.json diff --git a/redis.js b/index.js similarity index 100% rename from redis.js rename to index.js diff --git a/package.json b/package.json new file mode 100644 index 0000000000..5f7d88ed3c --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ "name" : "redis", + "version" : "0.0.1", + "description" : "Redis client library", + "author": "Matt Ranney ", + "main": "./redis", + "repository": { + "type": "git", + "url": "git://github.com/mranney/redis.git" + } +}