UNPKG

grunt-couch

Version:

Compile CouchDB design documents from Couchapp like directory tree.

9 lines (8 loc) 156 B
{ "_id": "_design/jsonfile", "views": { "names": { "map": "function(doc) {\n if (doc.name) {\n emit(doc.name, null);\n }\n}" } } }