blob: dffc468b28da5e7de086b83e876b9846b0e22ce0 [file] [log] [blame]
{
"name": "pouchdb-node",
"version": "5.5.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": "*"
}
}