25 lines
608 B
JSON
25 lines
608 B
JSON
{
|
|
"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"
|
|
}
|