UNPKG

@davidceres/couchreplicate

Version:

CouchDB/Cloudant database replication command-line tool

40 lines (39 loc) 1.02 kB
{ "name": "@davidceres/couchreplicate", "version": "0.2.7", "description": "CouchDB/Cloudant database replication command-line tool", "main": "index.js", "bin": { "couchreplicate": "bin/couchreplicate.js" }, "scripts": { "codestylefix": "standard --fix index.js bin/*.js", "codestyle": "standard index.js bin/*.js", "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": { "@magicdawn/ascii-progress": "^1.0.5", "async": "^2.6.0", "cloudant-quickstart": "^1.25.5", "yargs": "^11.0.0" }, "devDependencies": { "standard": "^10.0.3" } }