1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

Add package.json and rename redis.js to index.js

This commit is contained in:
Matt Ranney
2010-09-14 16:59:57 -07:00
parent 0bc9fb060f
commit 31dfacd4c9
2 changed files with 10 additions and 0 deletions

View File

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{ "name" : "redis",
"version" : "0.0.1",
"description" : "Redis client library",
"author": "Matt Ranney <mjr@ranney.com>",
"main": "./redis",
"repository": {
"type": "git",
"url": "git://github.com/mranney/redis.git"
}
}