{
  "name": "mongo-in-cosmos",
  "version": "0.0.0-alpha.6",
  "description": "Javascript library to embed an arbitrary number of mongoDb dbs/collections within a single cosmosDb collection",
  "main": "index.js",
  "scripts": {
    "test": "standard --fix && jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chrisdostert/mongo-in-cosmos-js.git"
  },
  "keywords": [
    "mongoDb",
    "cosmosDb"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/chrisdostert/mongo-in-cosmos-js/issues"
  },
  "homepage": "https://github.com/chrisdostert/mongo-in-cosmos-js#readme",
  "standard": {
    "envs": [
      "jest"
    ]
  },
  "devDependencies": {
    "jest": "^23.2.0",
    "standard": "^11.0.1"
  }
}
