-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.16 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
{
"name": "node-minify-all",
"version": "2.0.1",
"license": "MIT",
"description": "Minifies CSS, JavaScripts and Images under the current directory tree.",
"readme": "Minifies CSS, JavaScripts and Images under the current directory tree.",
"keywords": [
"css",
"javascript",
"image",
"minifier",
"directory tree",
"liferay",
"build",
"jenkins",
"theme",
"liferay-theme"
],
"main": "index.js",
"scripts": {
"build": "gulp gulpfile.js",
"test": "standard"
},
"dependencies": {
"find": "^0.2.7",
"yargs": "^8.0.2",
"foreach": "^2.0.5",
"fs-extra": "^3.0.1",
"node-minify": "^2.1.1",
"gulp": "^3.7.0",
"imagemin": "^5.3.1",
"imagemin-jpeg-recompress": "^5.1.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-pngquant": "^5.0.1",
"imagemin-optipng": "^5.2.1",
"imagemin-jpegoptim": "^5.1.0"
},
"author": {
"name": "Snig Bhaumik",
"email": "snigbb@hotmail.com",
"url": "snigbhaumik.com"
},
"_npmUser": {
"name": "snigbb",
"email": "snigbb@hotmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/snigbhaumik/node-minify-all.git"
}
}