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.
 

26 lines
613 B

{ "name" : "redis",
"version" : "0.6.7",
"description" : "Redis client library",
"author": "Matt Ranney <mjr@ranney.com>",
"contributors": [
"Rick Olson",
"Tim-Smart",
"TJ Holowaychuk",
"Orion Henry",
"Hank Sims",
"Aivo Paas",
"Paul Carey",
"Pieter Noordhuis",
"Andy Ray",
"Vladimir Dronnikov",
"Dave Hoover"
],
"main": "./index.js",
"scripts": {
"test": "node ./test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mranney/node_redis.git"
}
}