{
  "name": "mongoose-association",
  "version": "0.0.44",
  "description": "A cleaner and faster way to setup mongoose populate with virtual field",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "test": "gulp package && mocha --recursive --exit",
    "test-inspect": "gulp package && mocha --recursive --exit --inspect=0.0.0.0:9229 --debug-brk",
    "lint": "node_modules/.bin/tslint --project tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vickenstein/mongoose-association.git"
  },
  "keywords": [
    "mongoose",
    "association",
    "relationship",
    "populate",
    "virtual"
  ],
  "author": "Victor Zeng",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/vickenstein/mongoose-association/issues"
  },
  "homepage": "https://github.com/vickenstein/mongoose-association#readme",
  "peerDependencies": {
    "mongoose": "^5.4.0"
  },
  "devDependencies": {
    "@types/inflection": "^1.5.28",
    "@types/lodash": "^4.14.116",
    "@types/mongodb": "^3.1.3",
    "@types/mongoose": "^5.2.3",
    "benchmark": "^2.1.4",
    "chai": "^4.1.2",
    "gulp": "^4.0.2",
    "gulp-clean": "^0.4.0",
    "gulp-shell": "^0.6.5",
    "gulp-typescript": "^5.0.0-alpha.3",
    "mocha": "^5.2.0",
    "tslint": "^5.11.0",
    "tslint-config-airbnb": "^5.9.2",
    "typescript": "^3.0.1"
  },
  "dependencies": {
    "inflection": "^1.12.0",
    "lodash": "^4.17.15",
    "node-association": "0.0.9"
  }
}
