redisparse
Version:
Streaming Redis response parser
18 lines (17 loc) • 380 B
JSON
{
"name": "hiredis",
"description": "Wrapper for reply processing code in hiredis",
"version": "0.1.14",
"homepage": "http://github.com/pietern/hiredis-node",
"author": "Pieter Noordhuis <pcnoordhuis@gmail.com>",
"main": "hiredis",
"scripts": {
"test": "node test/reader.js"
},
"dependencies": {
"bindings": "*"
},
"engines": {
"node": "*"
}
}