Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
redis / package.json
Size: Mime:
{
  "name": "redis",
  "version": "2.3.0",
  "description": "Redis client library",
  "keywords": [
    "database",
    "redis",
    "transaction",
    "pipelining"
  ],
  "author": {
    "name": "Matt Ranney",
    "email": "mjr@ranney.com"
  },
  "license": "MIT",
  "main": "./index.js",
  "scripts": {
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "coverage": "nyc report --reporter=html",
    "benchmark": "node benchmarks/multi_bench.js",
    "test": "nyc ./node_modules/.bin/_mocha ./test/*.js ./test/commands/*.js --timeout=8000",
    "pretest": "optional-dev-dependency hiredis",
    "posttest": "jshint ."
  },
  "dependencies": {
    "double-ended-queue": "^2.1.0-0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "devDependencies": {
    "coveralls": "^2.11.2",
    "jshint": "^2.8.0",
    "metrics": "^0.1.9",
    "mocha": "^2.3.2",
    "nyc": "^3.2.2",
    "optional-dev-dependency": "^1.1.0",
    "tcp-port-used": "^0.1.2",
    "uuid": "^2.0.1",
    "win-spawn": "^2.0.0",
    "bluebird": "^3.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/NodeRedis/node_redis.git"
  },
  "bugs": {
    "url": "https://github.com/NodeRedis/node_redis/issues"
  },
  "homepage": "https://github.com/NodeRedis/node_redis",
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "gitHead": "b4e8e79653cfce6cff3c544f04f060c3383bc22b",
  "_id": "redis@2.3.0",
  "_shasum": "9501ed88918a568926e110f1da1ebbd7197b79b2",
  "_from": "redis@2.3.0",
  "_npmVersion": "2.14.7",
  "_nodeVersion": "4.2.1",
  "_npmUser": {
    "name": "bridgear",
    "email": "ruben@bridgewater.de"
  },
  "dist": {
    "shasum": "9501ed88918a568926e110f1da1ebbd7197b79b2",
    "tarball": "https://registry.npmjs.org/redis/-/redis-2.3.0.tgz"
  },
  "maintainers": [
    {
      "name": "bcoe",
      "email": "ben@npmjs.com"
    },
    {
      "name": "bridgear",
      "email": "ruben@bridgewater.de"
    },
    {
      "name": "bryce",
      "email": "bryce@ravenwall.com"
    },
    {
      "name": "dtrejo",
      "email": "david.daniel.trejo@gmail.com"
    },
    {
      "name": "erinspice",
      "email": "yes@erin.codes"
    },
    {
      "name": "mjr",
      "email": "mjr@ranney.com"
    },
    {
      "name": "raydog",
      "email": "raydog87@gmail.com"
    }
  ],
  "_resolved": "https://registry.npmjs.org/redis/-/redis-2.3.0.tgz",
  "readme": "ERROR: No README data found!"
}