-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 947 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
45
46
47
48
{
"name": "gulp-clientlibify",
"version": "0.4.2",
"description": "Integrate AEM with a styleguide",
"license": "MIT",
"repository": "mickleroy/gulp-clientlibify",
"author": {
"name": "Michael Leroy",
"email": "mickjleroy@gmail.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js",
"templates"
],
"keywords": [
"gulpplugin",
"aem",
"crx",
"cq",
"clientlib"
],
"dependencies": {
"gulp-util": "^3.0.0",
"object-assign": "^4.0.1",
"parents": "^1.0.0",
"through2": "^2.0.0",
"archiver": "^1.0.1",
"fs-extra": "^0.30.0",
"request": "^2.74.0",
"tmp": "0.0.28",
"underscore": "^1.8.3",
"urijs": "^1.18.1"
},
"devDependencies": {
"gulp": "^3.8.7",
"gulp-debug": "^2.1.2",
"mocha": "2.5.3",
"path-exists": "^2.0.0",
"should": "^5.0.0",
"stream-assert": "^2.0.1"
}
}