{
  "name": "mongodb-core",
  "version": "3.0.9",
  "description": "Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications",
  "main": "index.js",
  "scripts": {
    "test": "npm run lint && mongodb-test-runner -t 60000 test/tests",
    "coverage": "node_modules/.bin/nyc node test/runner.js -t functional -l && node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls",
    "lint": "eslint index.js lib test",
    "format": "prettier --print-width 100 --tab-width 2 --single-quote --write index.js 'test/**/*.js' 'lib/**/*.js'",
    "changelog": "conventional-changelog -p angular -i HISTORY.md -s"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mongodb-js/mongodb-core.git"
  },
  "keywords": [
    "mongodb",
    "core"
  ],
  "dependencies": {
    "bson": "~1.0.4",
    "require_optional": "^1.0.1"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "co": "^4.6.0",
    "conventional-changelog-cli": "^1.3.5",
    "eslint": "^4.6.1",
    "eslint-plugin-prettier": "^2.2.0",
    "jsdoc": "3.5.4",
    "mongodb-mock-server": "^1.0.0",
    "mongodb-test-runner": "^1.1.18",
    "prettier": "^1.6.1",
    "snappy": "^6.0.1"
  },
  "peerOptionalDependencies": {
    "kerberos": "^0.0.23",
    "snappy": "^6.0.1",
    "bson-ext": "1.0.5"
  },
  "author": "Christian Kvalheim",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/mongodb-js/mongodb-core/issues"
  },
  "homepage": "https://github.com/mongodb-js/mongodb-core"
}
