This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

25 lines
608 B
JSON
Raw Permalink Normal View History

2021-04-02 02:24:13 +03:00
{
"name": "pouchdb-collections",
"version": "1.0.1",
"description": "Map and Set shims for PouchDB",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:nolanlawson/pouchdb-collections.git"
},
"keywords": [
"map",
"set",
"collections"
],
"author": "Calvin Metcalf <cmetcalf@appgeo.com>",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/nolanlawson/pouchdb-collections/issues"
},
"homepage": "https://github.com/nolanlawson/pouchdb-collections"
}