vesln/nsredis

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "nsredis",
  "version": "0.0.0",
  "description": "Namespaces for Redis",
  "main": "index.js",
  "homepage": "https://github.com/vesln/nsredis",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha test/*.test.js",
    "pretest": "jshint .",
    "coverage": "istanbul cover ./node_modules/.bin/_mocha test/*.test.js",
    "coveralls": "istanbul cover ./node_modules/.bin/_mocha test/*.test.js --report lcovonly && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/vesln/nsredis.git"
  },
  "author": "Veselin Todorov <hi@vesln.com>",
  "license": "MIT",
  "devDependencies": {
    "mocha": "~1.13.0",
    "chai": "~1.8.1",
    "jshint": "~2.3.0",
    "coveralls": "~2.3.0",
    "istanbul": "~0.1.44"
  }
}