UNPKG

@deliverymanager/gitsync

Version:

Synchronize multiple git repos recursively

42 lines (41 loc) 975 B
{ "name": "@deliverymanager/gitsync", "version": "1.3.5", "description": "Synchronize multiple git repos recursively", "main": "index.js", "scripts": { "test": "mocha --reporter spec --recursive", "doc": "node ./jsdoc2md/doc.js" }, "keywords": [], "author": "ioanniswd", "license": "ISC", "preferGlobal": true, "bin": { "gitsync": "bin/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/dmngr/gitsync.git" }, "bugs": { "url": "https://github.com/dmngr/gitsync/issues" }, "homepage": "https://github.com/dmngr/gitsync#readme", "dependencies": { "any-promise": "^1.3.0", "bluebird": "^3.5.1", "cli-spinner": "^0.2.7", "colors": "^1.1.2", "find": "^0.2.7", "lodash": "^4.17.4", "minimist": "^1.2.0", "prompt-promise": "^1.0.3", "request": "^2.83.0" }, "devDependencies": { "chai": "4.2.0", "chai-as-promised": "7.1.1", "mocha": "5.2.0" } }