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

41 lines
807 B
JSON

{
"name": "redis",
"version": "0.8.3",
"description": "Redis client library",
"keywords": [
"redis",
"database"
],
"author": {
"name": "Matt Ranney",
"email": "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"
},
"_id": "redis@0.8.3",
"dependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"_engineSupported": true,
"_npmVersion": "1.1.4",
"_nodeVersion": "v0.6.12",
"_defaultsLoaded": true,
"dist": {
"shasum": "bda57a05e1f0d9a69996dbcdcd6010c8ca1de0c9"
},
"_from": "redis@0.8.3"
}