UNPKG

couchreplicate

Version:

CouchDB/Cloudant database replication command-line tool

34 lines (33 loc) 796 B
{ "name": "couchreplicate", "version": "2.0.0", "type": "module", "description": "CouchDB/Cloudant database replication command-line tool", "main": "index.js", "bin": { "couchreplicate": "bin/couchreplicate.js" }, "scripts": { "test": "npm run codestyle && echo \"no tests yet\"" }, "repository": { "type": "git", "url": "git+https://github.com/glynnbird/couchreplicate.git" }, "keywords": [ "CouchDB", "Cloudant", "Replication", "CLI" ], "author": "Glynn Bird <glynn.bird@gmail.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/glynnbird/couchreplicate/issues" }, "homepage": "https://github.com/glynnbird/couchreplicate#readme", "dependencies": { "ccurllib": "^4.0.1", "qrate": "^2.0.0" } }