fink
Version:
Redis keyspace notifier
40 lines (39 loc) • 799 B
JSON
{
"name": "fink",
"version": "1.3.0",
"description": "Redis keyspace notifier",
"engines": {
"node": ">=5"
},
"main": "lib/index.js",
"scripts": {
"test": "node test"
},
"keywords": [
"keyspace",
"redis",
"notifications"
],
"author": "Sandro Pasquali <spasquali@gmail.com>",
"license": "MIT",
"dependencies": {
"bluebird": "3.5.0",
"chalk": "1.1.3",
"lodash": "4.17.4",
"redis-hook": "1.2.0"
},
"devDependencies": {
"surveyor": "2.0.1"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sandro-pasquali/fink.git"
},
"bugs": {
"url": "https://github.com/sandro-pasquali/fink/issues"
},
"homepage": "https://github.com/sandro-pasquali/fink#readme"
}