couch-party
Version:
A set of functions for building Couch/PouchDB driven community apps.
46 lines (45 loc) • 1.07 kB
JSON
{
"name": "couch-party",
"version": "1.0.0-alpha.2",
"description": "A set of functions for building Couch/PouchDB driven community apps.",
"main": "couch-party.js",
"license": "MIT",
"author": {
"name": "Derrick Schwabe",
"email": "admin@nerdbusiness.com"
},
"homepage": "https://github.com/drschwabe/couch-party",
"repository": {
"type": "git",
"url": "https://github.com/drschwabe/couch-party"
},
"keywords": [
"couch",
"couchdb",
"pouch",
"pouchdb",
"community",
"multi user",
"login",
"registration",
"user profile",
"sync"
],
"dependencies": {
"bcrypt": "3.0.6",
"pouchdb": "7.x",
"underpouch": "1.x",
"underscore": "1.x",
"underscore.string": "3.x"
},
"scripts": {
"test-server": "rm -rf test/pouch; mkdir test/pouch; cd test/pouch; ../../node_modules/.bin/pouchdb-server -p 5988",
"test": "tape test.js | tap-spec"
},
"devDependencies": {
"pouchdb-server": "4.x",
"require-uncached": "1.x",
"tap-spec": "5.x",
"tape": "4.x"
}
}