UNPKG

aemmultisync

Version:

CLI wrapper for aemsync with multiple directory watchers

33 lines (32 loc) 821 B
{ "name": "aemmultisync", "version": "2.0.2", "description": "CLI wrapper for aemsync with multiple directory watchers", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/maximumdata/aemmultisync.git" }, "keywords": [ "aemsync", "aem" ], "author": "Mike Dettmer <mike@mikedettmer.com> (mikedettmer.com)", "license": "MIT", "bugs": { "url": "https://github.com/maximumdata/aemmultisync/issues" }, "homepage": "https://github.com/maximumdata/aemmultisync#readme", "dependencies": { "aemsync": "^1.1.1", "untildify": "^3.0.2", "yargs": "^11.0.0" }, "bin": { "aemmultisync": "index.js", "ams": "index.js" } }