| { |
| "name": "sublevel-pouchdb", |
| "version": "6.1.0-prerelease", |
| "description": "Fork of level-sublevel with ony the subset of the API that PouchDB uses", |
| "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": "*", |
| "level-codec": "*", |
| "ltgt": "*", |
| "pull-stream": "*", |
| "readable-stream": "*" |
| }, |
| "contributors": [ |
| { |
| "name": "Dominic Tarr", |
| "email": "dominic.tarr@gmail.com" |
| } |
| ] |
| } |