| { | |
| "name": "pouchdb-collections", | |
| "version": "6.1.0-prerelease", | |
| "description": "Map and Set shims for PouchDB", | |
| "main": "./lib/index.js", | |
| "keywords": [ | |
| "map", | |
| "set", | |
| "collections" | |
| ], | |
| "author": "Dale Harvey <dale@arandomurl.com>", | |
| "license": "Apache-2.0", | |
| "repository": "https://github.com/pouchdb/pouchdb", | |
| "jsnext:main": "./src/index.js", | |
| "files": [ | |
| "lib", | |
| "src" | |
| ], | |
| "contributors": [ | |
| { | |
| "name": "Calvin Metcalf", | |
| "email": "cmetcalf@appgeo.com" | |
| } | |
| ] | |
| } |