UNPKG

933 BJSONView Raw
1{
2 "name": "aemsync",
3 "version": "4.0.3",
4 "description": "The code and content synchronization for Sling / AEM (Adobe Experience Manager).",
5 "author": "Michal Kochel <gavoja@gmail.com>",
6 "keywords": [
7 "Adobe",
8 "AEM",
9 "CQ",
10 "Sling",
11 "Synchronization"
12 ],
13 "homepage": "https://github.com/gavoja/aemsync",
14 "bugs": {
15 "url": "https://github.com/gavoja/aemsync/issues"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/gavoja/aemsync.git"
20 },
21 "main": "index.js",
22 "devDependencies": {
23 "triala": "^0.3.0"
24 },
25 "dependencies": {
26 "adm-zip": "^0.5.4",
27 "form-data": "^4.0.0",
28 "globrex": "^0.1.2",
29 "minimist": "^1.2.5",
30 "node-fetch": "^2.6.1",
31 "simple-watcher": "^4.0.2",
32 "xml-to-json-stream": "^1.1.0"
33 },
34 "scripts": {
35 "test": "node test/test.js -v"
36 },
37 "bin": {
38 "aemsync": "./bin/aemsync"
39 },
40 "license": "MIT",
41 "false": {}
42}