{
  "name": "modli",
  "version": "2.1.2",
  "description": "A module for building models and adapters for multiple data sources",
  "main": "build/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/node-modli/modli"
  },
  "keywords": [
    "model",
    "data",
    "database"
  ],
  "author": "TechnologyAdvice <devteam@technologyadvice.com>",
  "scripts": {
    "clean": "rm -rf node_modules",
    "build": "babel ./src --out-dir ./build",
    "test": "npm run lint && npm run cover",
    "mocha": "babel-node node_modules/.bin/_mocha",
    "cover": "babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha",
    "lint": "eslint ./src ./test --fix"
  },
  "license": "MIT",
  "devDependencies": {
    "assert": "^1.3.0",
    "express": "^4.13.3",
    "mocha": "~2.2.5",
    "modli-nedb": "^2.0.1",
    "pre-commit": "~1.1.1",
    "babel-cli": "~6.1.4",
    "babel-core": "~6.1.4",
    "babel-eslint": "~4.1.7",
    "babel-preset-es2015": "^6.5.0",
    "chai": "~3.0.0",
    "chai-as-promised": "^5.2.0",
    "eslint": "~2.1.0",
    "isparta": "~4.0.0",
    "sinon": "~1.15.4",
    "sinon-chai": "~2.8.0"
  },
  "dependencies": {
    "bluebird": "^2.9.34",
    "obey": "^1.3.0",
    "lodash": "^3.10.1"
  },
  "pre-commit": [
    "test"
  ],
  "babel": {
    "presets": [
      "es2015"
    ]
  }
}
