{
  "name": "east-couchbase",
  "version": "0.5.0",
  "description": "couchbase adapter for east (https://github.com/okv/east)",
  "main": "lib/adapter",
  "scripts": {
    "test": "mocha test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ramiel/east-couchbase.git"
  },
  "keywords": [
    "east",
    "couchbase",
    "adapter",
    "migration"
  ],
  "author": "Fabrizio Ruggeri <fabrizio.ruggeri@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ramiel/east-couchbase/issues"
  },
  "homepage": "https://github.com/ramiel/east-couchbase#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "couchbase": ">2.0.0",
    "mocha": "^2.5.3"
  },
  "peerDependencies": {
    "couchbase": ">2.0.0"
  },
  "dependencies": {
    "async": "^2.0.0-rc.5",
    "lodash": "^4.13.1"
  }
}
