You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

18 lines
426 B

{ "name" : "redis",
"version" : "0.3.0",
"description" : "Redis client library",
"author": "Matt Ranney <mjr@ranney.com>",
"contributors": [
"TJ Holowaychuk",
"Tim-Smart",
"Orion Henry"
],
"main": "./index.js",
"scripts": {
"test": "node ./test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mranney/node_redis.git"
}
}