{
  "name": "mongoose-fill",
  "version": "1.7.0",
  "description": "Mongoose.js add-on that adds virtual (temporary) async fileds API",
  "main": "index.js",
  "scripts": {
    "test": "node -r babel-register test",
    "test-watch": "node-dev --respawn -r babel-register test",
    "prepublish": "npm run test"
  },
  "files": [
    "README.md",
    "index.js",
    "test.js",
    "package.json"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/whitecolor/mongoose-fill.git"
  },
  "keywords": [
    "mongoosejs",
    "mongodb",
    "populate"
  ],
  "author": "whitecolor",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/whitecolor/mongoose-fill/issues"
  },
  "homepage": "https://github.com/whitecolor/mongoose-fill#readme",
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "babel-plugin-transform-runtime": "^6.6.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-0": "^6.5.0",
    "mongoose": "^4.0.5",
    "tape": "^4.6.0"
  },
  "dependencies": {
    "async": "^1.4.2"
  }
}
