wbyoung/azul-chai

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "azul-chai",
  "version": "0.1.0",
  "description": "Simple database queries for Node.js",
  "homepage": "https://github.com/wbyoung/azul-chai",
  "main": "index.js",
  "bugs": {
    "url": "https://github.com/wbyoung/azul-chai/issues"
  },
  "scripts": {
    "test": "jshint . && jscs . && istanbul cover node_modules/.bin/_mocha --report html --",
    "test-travis": "jshint . && jscs . && istanbul cover node_modules/.bin/_mocha --report lcovonly --"
  },
  "files": [
    "index.js",
    "lib",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/wbyoung/azul-chai.git"
  },
  "keywords": [
    "postgres",
    "mysql",
    "sqlite",
    "pg",
    "database",
    "chai",
    "sql"
  ],
  "author": "Whitney Young",
  "license": "MIT",
  "dependencies": {
    "lodash": "^3.9.3"
  },
  "peerDependencies": {
    "azul": "^0.0.1-alpha.14",
    "chai": ">= 2.3.0 < 4"
  },
  "devDependencies": {
    "azul": "^0.0.1-alpha.14",
    "bluebird": "^2.9.27",
    "chai": "^3.0.0",
    "istanbul": "^0.3.14",
    "jscs": "^1.13.1",
    "jscs-jsdoc": "^1.0.1",
    "jshint": "^2.8.0",
    "mocha": "^2.2.5"
  }
}