| { | |
| "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": "*" | |
| } | |
| } |