forked from dutscher/aemsync
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 687 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "aemsync-weily",
"version": "1.2.1",
"description": "Adobe AEM Synchronization Tool",
"author": "Michal Kochel <gavoja@gmail.com>, Willy Woitas, Matthias John <git@bitjo.de>",
"keywords": [
"AEM",
"CQ",
"Sling",
"Synchronization"
],
"homepage": "https://github.com/bitjoo/aemsync",
"repository": {
"type": "git",
"url": "https://github.com/bitjoo/aemsync.git"
},
"main": "index.js",
"dependencies": {
"anymatch": "^1.3.0",
"archiver": "^0.21.0",
"chalk": "^1.1.1",
"form-data": "^0.2.0",
"graceful-fs": "^4.1.3",
"minimist": "^1.2.0"
},
"bin": {
"aemsync": "./bin/aemsync"
},
"license": "MIT"
}