{
  "name": "equinox",
  "description": "Testing for Postgres",
  "version": "1.1.0",
  "author": "Jerry Sievert <code@legitimatesounding.com>",
  "dependencies": {
    "ansi-color": "^0.2.1",
    "pg": "^4.5.1",
    "yargs": "^4.3.1"
  },
  "bin": {
    "equinox": "./bin/equinox"
  },
  "keywords": [
    "plv8",
    "postgres",
    "test",
    "testing",
    "tests"
  ],
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "test": "eslint lib/*.js lib/*/*.js index.js bin/equinox && tape test/*.js | tap-nyan"
  },
  "devDependencies": {
    "eslint": "^2.5.3",
    "tap-nyan": "0.0.2",
    "tap-spec": "^4.1.1",
    "tape": "^4.5.1"
  }
}
