rootslab/vapid

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "vapid"
  , "version": "0.7.4"
  , "description": "Vapid, a vacuous Redis implementation for connection tests, with a fully functional PubSub system for multiple clients."
  , "homepage": "https://github.com/rootslab/vapid"
  , "private": false
  , "repository": {
    "type": "git"
    , "url": "git://github.com/rootslab/vapid.git"
  }
  , "keywords": [
    "vapid"
    , "redis"
    , "Redis"
    , "vacuous"
    , "PubSub"
    , "Publish Subscribe"
    , "TCP server"
    , "RESP"
    , "Redis protocol"
  ]
  , "author": {
    "name": "Guglielmo Ferri"
    , "email": "44gatti@gmail.com"
  }
  , "dependencies": {
    "minimatch" : ">=3.0.4"
    , "bolgia" : ">=2.8.1"
    , "train" : ">=4.4.0"
    , "gerry" : ">=0.6.4"
    , "abaco": ">=1.10.2"
    , "peela": ">=1.3.2"
  },
  "devDependencies": {
    "spade" : ">=0.52.7"
    , "hiredis" : ">=0.5.0"
  }
  , "main": "index"
  , "engines": {
    "node": ">=0.10.x"
  }
  , "scripts": {
    "test": "node test/run.js"
    , "bench" : "bash bench/run.sh"
  }
  , "license": "MIT"
  , "readmeFilename": "Readme.md"
  , "bugs": {
    "url": "https://github.com/rootslab/vapid/issues"
  }
}