You've already forked node-redis
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:
10
package.json
Normal file
10
package.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user