forked from wcm-io-frontend/aem-clientlib-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.31 KB
/
package.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "aem-clientlib-generator",
"version": "1.4.1",
"description": "Creates configuration files for AEM ClientLibs and synchronizes assets.",
"author": {
"name": "pro!vision GmbH",
"url": "http://www.pro-vision.de"
},
"contributors": [
{
"name": "Matthias Hauch",
"email": "mhauch@pro-vision.de"
},
{
"name": "Bert-Ulrich Baumann",
"email": "bbaumann@pro-vision.de"
}
],
"homepage": "https://github.com/wcm-io-frontend/aem-clientlib-generator",
"bugs": {
"url": "https://github.com/wcm-io-frontend/aem-clientlib-generator/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wcm-io-frontend/aem-clientlib-generator.git"
},
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"aem",
"clientlib",
"clientlibs",
"generator",
"sync"
],
"main": "lib/clientlib.js",
"bin": {
"clientlib": "bin/clientlib-cli.js"
},
"dependencies": {
"async": "^2.4.0",
"fs-extra": "^3.0.1",
"glob": "^7.1.1",
"lodash": "^4.6.1",
"replace-in-file": "^3.4.3",
"yargs": "8.0.2"
},
"devDependencies": {
"klaw": "^1.3.1",
"mocha": "^3.3.0"
},
"license": "Apache-2.0",
"scripts": {
"test": "mocha",
"build": "bin/clientlib-cli.js test/clientlib.config.js --verbose"
}
}