{
  "name": "mongoose-class-wrapper",
  "version": "0.9.0",
  "description": "Tiny ES6 class-based wrapper for mongoose models.",
  "main": "lib/index.js",
  "typings": "index.d.ts",
  "scripts": {
    "build": "babel src -d lib",
    "watch": "npm run build -- -w",
    "prepublish": "npm run build",
    "test": "mocha"
  },
  "author": "Sergey Aksyonov",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/aksyonov/mongoose-class-wrapper.git"
  },
  "keywords": [
    "mongoose",
    "ES6",
    "ES2015",
    "class"
  ],
  "peer-dependencies": {
    "mongoose": "^4.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.5.1",
    "babel-preset-es2015": "^6.5.0",
    "babel-register": "^6.5.2",
    "chai": "^3.0.0",
    "mocha": "^2.2.0",
    "mockgoose": "^6.0.3",
    "mongoose": "^4.0.0"
  }
}
