forked from hexojs/hexo-asset-pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.26 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": "hexo-asset-pipeline",
"version": "1.4.0",
"description": "A hexo plugin to minify/optimize HTML, CSS, JS and images. Supports revisioning of assets.",
"main": "index",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hexojs/hexo-asset-pipeline.git"
},
"keywords": [
"hexo",
"hexo-plugin",
"jss",
"css",
"image",
"html",
"minify",
"versioning",
"revisioning"
],
"author": "bhaskarmelkani <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/hexojs/hexo-asset-pipeline/issues"
},
"homepage": "https://github.com/hexojs/hexo-asset-pipeline#readme",
"dependencies": {
"bluebird": "^3.5.0",
"clean-css": "^4.1.4",
"hasha": "^3.0.0",
"html-minifier": "^2.1.5",
"imagemin": "^5.3.1",
"imagemin-gifsicle": "^5.1.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-mozjpeg": "^6.0.0",
"imagemin-optipng": "^5.2.1",
"imagemin-pngquant": "^5.0.1",
"imagemin-svgo": "^6.0.0",
"minimatch": "^3.0.4",
"rev-path": "^2.0.0",
"soup": "^0.1.5",
"stream-to-array": "^2.3.0",
"uglify-js": "^3.0.19"
}
}