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.
 

23 lines
454 B

{
"name": "redis",
"version": "0.10.0",
"description": "Redis client library",
"keywords": [
"redis",
"database"
],
"author": "Matt Ranney <mjr@ranney.com>",
"main": "./index.js",
"scripts": {
"test": "node ./test.js"
},
"devDependencies": {
"metrics": ">=0.1.5",
"colors": "~0.6.0-1",
"underscore": "~1.4.4"
},
"repository": {
"type": "git",
"url": "git://github.com/mranney/node_redis.git"
}
}