Skip to content

Commit b8b6d9a

Browse files
committed
1.2.0
1 parent a49682a commit b8b6d9a

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

package.json

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
{
2-
"name": "node-minify-all",
3-
"version": "1.1.0",
4-
"license": "MIT",
5-
"description": "Minifies CSS, JavaScripts and Images under the current directory tree.",
6-
"readme": "Minifies CSS, JavaScripts and Images under the current directory tree.",
7-
"keywords": [
8-
"css",
9-
"javascript",
10-
"image",
11-
"minifier",
12-
"directory tree"
13-
],
14-
"main": "index.js",
15-
"scripts": {
16-
"build": "gulp gulpfile.js",
17-
"test": "standard"
18-
},
19-
"dependencies": {
20-
"find": "^0.2.7",
21-
"yargs": "^8.0.2",
22-
"foreach": "^2.0.5",
23-
"fs-extra": "^3.0.1",
24-
"node-minify": "^2.1.1",
25-
"gulp": "^3.7.0",
26-
"imagemin": "^5.3.1",
27-
"imagemin-jpeg-recompress": "^5.1.0",
28-
"imagemin-jpegtran": "^5.0.2",
29-
"imagemin-pngquant": "^5.0.1",
30-
"imagemin-optipng": "^5.2.1",
31-
"imagemin-jpegoptim": "^5.1.0"
32-
},
33-
"author": {
34-
"name": "Snig Bhaumik",
35-
"email": "snigbb@hotmail.com",
36-
"url": "snigbhaumik.com"
37-
},
38-
"_npmUser": {
39-
"name": "snigbb",
40-
"email": "snigbb@hotmail.com"
41-
},
42-
"repository": {
43-
"type": "git",
44-
"url": "https://github.com/snigbhaumik/node-minify-all.git"
45-
}
2+
"name": "node-minify-all",
3+
"version": "1.2.0",
4+
"license": "MIT",
5+
"description": "Minifies CSS, JavaScripts and Images under the current directory tree.",
6+
"readme": "Minifies CSS, JavaScripts and Images under the current directory tree.",
7+
"keywords": [
8+
"css",
9+
"javascript",
10+
"image",
11+
"minifier",
12+
"directory tree"
13+
],
14+
"main": "index.js",
15+
"scripts": {
16+
"build": "gulp gulpfile.js",
17+
"test": "standard"
18+
},
19+
"dependencies": {
20+
"find": "^0.2.7",
21+
"yargs": "^8.0.2",
22+
"foreach": "^2.0.5",
23+
"fs-extra": "^3.0.1",
24+
"node-minify": "^2.1.1",
25+
"gulp": "^3.7.0",
26+
"imagemin": "^5.3.1",
27+
"imagemin-jpeg-recompress": "^5.1.0",
28+
"imagemin-jpegtran": "^5.0.2",
29+
"imagemin-pngquant": "^5.0.1",
30+
"imagemin-optipng": "^5.2.1",
31+
"imagemin-jpegoptim": "^5.1.0"
32+
},
33+
"author": {
34+
"name": "Snig Bhaumik",
35+
"email": "snigbb@hotmail.com",
36+
"url": "snigbhaumik.com"
37+
},
38+
"_npmUser": {
39+
"name": "snigbb",
40+
"email": "snigbb@hotmail.com"
41+
},
42+
"repository": {
43+
"type": "git",
44+
"url": "https://github.com/snigbhaumik/node-minify-all.git"
45+
}
4646
}

0 commit comments

Comments
 (0)