rootslab/sermone

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "sermone"
  , "version": "1.8.4"
  , "description": "Sermone a Redis protocol encoder for commands."
  , "homepage": "https://github.com/rootslab/sermone"
  , "private": false
  , "repository": {
    "type": "git"
    , "url": "git://github.com/rootslab/sermone.git"
  }
  , "keywords": [
    "sermone"
    , "redis"
    , "Redis"
    , "command encoder"
    , "RESP"
    , "redis commands"
    , "redis protocol"
  ]
  , "author": {
    "name": "Guglielmo Ferri"
    , "email": "44gatti@gmail.com"
  }
  , "dependencies": {
    "bolgia" : ">=2.8.1"
  }
  , "devDependencies": {
  }
  , "main": "index"
  , "engines": {
    "node": ">=0.4.x"
  }
  , "scripts": {
    "test": "node test/run.js"
    , "bench": "bash bench/run.sh"
  }
  , "license": "MIT"
  , "readmeFilename": "Readme.md"
  , "bugs": {
    "url": "https://github.com/rootslab/sermone/issues"
  }
}