| { | |
| "name": "pouchdb-errors", | |
| "version": "5.4.0-prerelease", | |
| "description": "Errors exposed by PouchDB.", | |
| "main": "./lib/index.js", | |
| "keywords": [], | |
| "author": "Dale Harvey <dale@arandomurl.com>", | |
| "license": "Apache-2.0", | |
| "repository": "https://github.com/pouchdb/pouchdb", | |
| "jsnext:main": "./src/index.js", | |
| "files": [ | |
| "lib", | |
| "src" | |
| ], | |
| "dependencies": { | |
| "inherits": "2.0.1", | |
| "lie": "3.0.4" | |
| } | |
| } |