mirror of
https://github.com/sstent/node.git
synced 2026-02-11 06:51:48 +00:00
65 lines
1.1 KiB
JSON
65 lines
1.1 KiB
JSON
{
|
|
"name": "redis",
|
|
"version": "0.6.7",
|
|
"description": "Redis client library",
|
|
"author": {
|
|
"name": "Matt Ranney",
|
|
"email": "mjr@ranney.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Rick Olson"
|
|
},
|
|
{
|
|
"name": "Tim-Smart"
|
|
},
|
|
{
|
|
"name": "TJ Holowaychuk"
|
|
},
|
|
{
|
|
"name": "Orion Henry"
|
|
},
|
|
{
|
|
"name": "Hank Sims"
|
|
},
|
|
{
|
|
"name": "Aivo Paas"
|
|
},
|
|
{
|
|
"name": "Paul Carey"
|
|
},
|
|
{
|
|
"name": "Pieter Noordhuis"
|
|
},
|
|
{
|
|
"name": "Andy Ray"
|
|
},
|
|
{
|
|
"name": "Vladimir Dronnikov"
|
|
},
|
|
{
|
|
"name": "Dave Hoover"
|
|
}
|
|
],
|
|
"main": "./index.js",
|
|
"scripts": {
|
|
"test": "node ./test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mranney/node_redis.git"
|
|
},
|
|
"_id": "redis@0.6.7",
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"optionalDependencies": {},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"_engineSupported": true,
|
|
"_npmVersion": "1.1.24",
|
|
"_nodeVersion": "v0.6.19",
|
|
"_defaultsLoaded": true,
|
|
"_from": "redis@0.6.7"
|
|
}
|