Skip to content

Commit

Permalink
Python-PouchDB 0.4 - added a single mapping test & added some info on…
Browse files Browse the repository at this point in the history
… the node modules.
  • Loading branch information
marten-de-vries committed May 30, 2014
1 parent 9e89d03 commit 416b47d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
pouchdb-validation
==================

A PouchDB plug-in that allows you to re-use your CouchDB
validate_doc_update functions on the client side. A browser version is
available.

[Website of this plug-in and a few others](http:https://python-pouchdb.marten-de-vries.nl/plugins.html)
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "pouchdb-validation",
"main": "index.js",
"description": "A PouchDB plug-in that allows you to re-use your CouchDB validate_doc_update functions on the client side.",
"repository": {
"type": "bzr",
"url": "http:https://bazaar.launchpad.net/~marten-de-vries/python-pouchdb/0.x"
},
"dependencies": {
"couchdb-objects": "*",
"couchdb-eval": "*",
Expand Down

0 comments on commit 416b47d

Please sign in to comment.