kristok/node-pgq

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "node-pgq",
  "version": "0.0.14",
  "description": "Node implementation of PostgreSQL SkyTools PGQ ",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha",
    "coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha"
  },
  "keywords": [
    "node",
    "pgq",
    "postgresql",
    "queue",
    "transactional"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/kristok/node-pgq.git"
  },
  "author": "Kristo Kaiv",
  "license": "ISC",
  "dependencies": {
    "async": "^1.4.2",
    "lodash": "^3.10.0",
    "pg": "^4.4.1"
  },
  "devDependencies": {
    "istanbul": "^0.3.18",
    "mocha": "^2.2.5",
    "proxyquire": "^1.6.0",
    "sinon": "^1.15.4"
  }
}