jmarca/couch_check_state

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "couch_check_state",
  "version": "0.1.0",
  "description": "Utilities to help use couchdb as a state storage db",
  "main": "couch_check_state.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "config_okay": "^1.0.1",
    "superagent": "^5.3.1"
  },
  "devDependencies": {
    "tap": "^14.10.7"
  },
  "scripts": {
    "test": "tap test/**/test*.js --cov",
    "posttest": "tap --coverage-report=lcov"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jmarca/couch_check_state"
  },
  "keywords": [
    "couchdb",
    "state"
  ],
  "author": "James E. Marca",
  "license": "BSD"
}