ysugimoto/node-memcached-client

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "node-memcached-client",
  "version": "0.8.0",
  "description": "Memcached client library for nodejs with ES6 promisified methods",
  "main": "index.js",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "test": "nyc --reporter=lcov ./node_modules/mocha/bin/_mocha --reporter spec --recursive --timeout 100000 tests"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ysugimoto/node-memcached-client.git"
  },
  "keywords": [
    "nodejs",
    "memcached"
  ],
  "author": "Yoshiaki Sugimoto",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ysugimoto/node-memcached-client/issues"
  },
  "homepage": "https://github.com/ysugimoto/node-memcached-client#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "coveralls": "^2.12.0",
    "mocha": "^3.2.0",
    "nyc": "^10.1.2"
  }
}