blob: 2651d5372902e2d5941532c262dba513c2c3ef2b [file]
{
"name": "pouchdb-node",
"version": "6.1.0-prerelease",
"description": "PouchDB, the Node-only edition.",
"main": "./lib/index.js",
"jsnext:main": "./src/index.js",
"author": "Dale Harvey <dale@arandomurl.com>",
"license": "Apache-2.0",
"repository": "https://github.com/pouchdb/pouchdb",
"files": [
"src",
"lib"
],
"dependencies": {
"pouchdb-adapter-http": "*",
"pouchdb-adapter-leveldb": "*",
"pouchdb-core": "*",
"pouchdb-mapreduce": "*",
"pouchdb-replication": "*"
}
}