{
  "name": "mongodb-tailor",
  "version": "1.0.0",
  "description": "Tail your mongodb collection changes",
  "main": "tailor.js",
  "scripts": {
    "test": "make test-cov"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pebble/mongodb-tailor"
  },
  "keywords": [
    "mongodb",
    "tail",
    "tailer"
  ],
  "author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "mongo-oplog": "^1.0.1"
  },
  "devDependencies": {
    "eslint": "^1.1.0",
    "eslint-config-pebble": "^1.2.0",
    "eslint-plugin-standard": "^1.1.0",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.5",
    "mongodb": "^2.1.7"
  },
  "eslintConfig": {
    "extends": [
      "pebble"
    ]
  }
}
