-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
44 lines (44 loc) · 1002 Bytes
/
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
{
"name": "aem-clientlib-generator",
"version": "1.0.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"
}],
"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": ">=0.12"
},
"keywords": [
"aem",
"clientlib",
"clientlibs",
"generator",
"sync"
],
"main": "index.js",
"dependencies": {
"async": "^1.5.2",
"fs-extra": "^0.30.0",
"lodash": "^4.6.1"
},
"devDependencies": {
"mocha": "^2.5.3"
},
"license": "Apache-2.0",
"scripts": {
"test": "mocha"
}
}