rlite
Version:
rlite client library
30 lines (29 loc) • 619 B
JSON
{
"name": "rlite",
"version": "0.1.1",
"description": "rlite client library",
"keywords": [
"redis",
"rlite",
"database"
],
"author": "Sebastian Waisbrot <seppo0010@gmail.com>",
"main": "./index.js",
"scripts": {
"install": "cd vendor/rlite && make all && cd ../..",
"test": "mocha --reporter dot --slow 200ms --bail"
},
"repository": {
"type": "git",
"url": "git://github.com/seppo0010/rlite-js.git"
},
"dependencies": {
"ffi": "^1.2.7",
"ref": "^1.0.0",
"ref-struct": "^1.0.0"
},
"license": "BSD",
"devDependencies": {
"mocha": "^2.1.0"
}
}