{
  "name": "blow-data",
  "version": "0.1.4",
  "description": "Data access layer for Blow.",
  "main": "lib/blow-data.js",
  "scripts": {
    "pretest": "npm run build && tsc test/*.ts --module commonjs --target ES6 --experimentalDecorators --emitDecoratorMetadata",
    "test": "mocha --harmony_default_parameters --harmony_destructuring",
    "coverage": "npm run pretest && ./node_modules/.bin/istanbul cover _mocha --harmony_default_parameters --harmony_destructuring && npm run posttest",
    "coverage:open": "open coverage/lcov-report/index.html",
    "posttest": "find ./test -name '*.js' -type f -delete && find ./src -name '*.js' -type f -delete",
    "watch:src": "tsc --watch",
    "watch:lib": "nodemon --harmony_default_parameters --harmony_destructuring ./lib/blow-data.js",
    "build": "tsc"
  },
  "keywords": [
    "data access",
    "orm",
    "blow",
    "typescript"
  ],
  "author": "Maciej Chmielarski <m.chmielarski@gmail.com>",
  "license": "MIT",
  "typings": "lib/blow-data.d.ts",
  "dependencies": {
    "blow-collection": "^0.1.11",
    "blow-query": "^0.1.7",
    "blow-types": "^0.1.4",
    "inflection": "^1.8.0",
    "joi": "^7.2.3",
    "mongodb": "^2.1.4",
    "reflect-metadata": "^0.1.3",
    "rxjs": "^5.0.0-beta.1"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "istanbul": "^0.4.2",
    "mocha": "^2.3.4",
    "sinon": "^1.17.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mchmielarski/blow-data"
  }
  
}
