| { |
| "name": "pouchdb-browser", |
| "version": "6.1.0-prerelease", |
| "description": "PouchDB, the browser-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-idb": "*", |
| "pouchdb-adapter-websql": "*", |
| "pouchdb-core": "*", |
| "pouchdb-mapreduce": "*", |
| "pouchdb-replication": "*" |
| } |
| } |