-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.22 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
{
"name": "grunt-aem-clientlib-generator",
"version": "1.4.2",
"description": "Grunt task that generates configuration files for AEM ClientLibs and synchronizes assets.",
"author": {
"name": "pro!vision GmbH",
"url": "http://www.pro-vision.de"
},
"contributors": [
{
"name": "Matthias Hauch",
"email": "[email protected]"
},
{
"name": "Bert-Ulrich Baumann",
"email": "[email protected]"
}
],
"homepage": "https://github.com/wcm-io-frontend/grunt-aem-clientlib-generator",
"bugs": {
"url": "https://github.com/wcm-io-frontend/grunt-aem-clientlib-generator/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wcm-io-frontend/grunt-aem-clientlib-generator.git"
},
"engines": {
"node": ">=0.12"
},
"keywords": [
"grunt",
"task",
"aem",
"clientlib",
"clientlibs",
"generator",
"sync"
],
"main": "tasks/clientlib.js",
"dependencies": {
"lodash": "^4.17.15",
"aem-clientlib-generator": ">=1.4.0"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-nodeunit": "^2.0.0"
},
"license": "Apache-2.0",
"scripts": {
"test": "grunt"
}
}