UNPKG

684 BJSONView Raw
1{
2 "name": "aemsync",
3 "version": "0.4.0",
4 "description": "Adobe AEM Synchronization Tool",
5 "author": "Michal Kochel <gavoja@gmail.com>",
6 "keywords": [
7 "AEM",
8 "CQ",
9 "Sling",
10 "Synchronization"
11 ],
12 "homepage": "https://github.com/gavoja/aemsync",
13 "bugs": {
14 "url": "https://github.com/gavoja/aemsync/issues"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/gavoja/aemsync.git"
19 },
20 "main": "aemsync.js",
21 "dependencies": {
22 "archiver": ">=0.12.0",
23 "form-data": ">=0.1.4",
24 "minimist": ">=0.2.0",
25 "node-watch": ">=0.3.4",
26 "graceful-fs": ">=3.0.4",
27 "colors": ">=1.0.3"
28 },
29 "bin": {
30 "aemsync": "./bin/aemsync"
31 },
32 "license": "WTFPL 2"
33}