{
  "name": "gun-mongo",
  "version": "0.1.2",
  "description": "An Mongo adapter for Gunjs",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sjones6/gun-mongo.git"
  },
  "keywords": [
    "mongodb",
    "gun",
    "gunjs",
    "adapter"
  ],
  "author": "sjones6",
  "license": "MIT",
  "scripts": {
    "test": "flint test ./src/gun-mongo.js --opt=./flint-opt.js",
    "profile": "flint profile ./src/gun-mongo.js --opt=./flint-opt.js"
  },
  "bugs": {
    "url": "https://github.com/sjones6/gun-mongo/issues"
  },
  "homepage": "https://github.com/sjones6/gun-mongo#readme",
  "dependencies": {
    "gun-flint": "^0.0",
    "mongojs": "^2.4.0"
  }
}
