wbyoung/azul-tracker

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "azul-tracker",
  "version": "0.1.0",
  "description": "Azul.js Query Tracker",
  "main": "index.js",
  "scripts": {
    "test": "istanbul cover node_modules/.bin/_mocha --report html --",
    "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly --"
  },
  "files": [
    "index.js",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/wbyoung/azul-tracker.git"
  },
  "keywords": [
    "postgres",
    "mysql",
    "sqlite",
    "pg",
    "orm",
    "database",
    "sql",
    "tracker"
  ],
  "author": "Whitney Young",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wbyoung/azul-tracker/issues"
  },
  "homepage": "https://github.com/wbyoung/azul-tracker",
  "dependencies": {
    "chalk": "^1.0.0",
    "lodash": "^3.6.0"
  },
  "peerDependencies": {
    "azul": "^0.0.1-alpha.11"
  },
  "devDependencies": {
    "chai": "^2.3.0",
    "corazon": "^0.1.1",
    "istanbul": "^0.3.13",
    "mocha": "^2.2.4",
    "sinon": "^1.14.1",
    "sinon-chai": "^2.7.0"
  }
}