-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 985 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
{
"name": "web-boost",
"version": "1.4.0",
"description": "Static site generator with page-speed optimisations",
"main": "index.js",
"bin": {
"wb-run": "./bin/run.js",
"wb-compile": "./bin/compile.js",
"wb-sitemap": "./bin/sitemap.js"
},
"author": "ddimitrioglo",
"license": "MIT",
"keywords": [
"static-site-generator"
],
"dependencies": {
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"html-minifier": "^3.5.8",
"imagemin": "^5.3.1",
"imagemin-jpeg-recompress": "^5.1.0",
"imagemin-pngquant": "^5.0.1",
"lodash.mergewith": "^4.6.1",
"mime-types": "^2.1.21",
"node-sass": "^4.11.0",
"node-watch": "^0.6.0",
"twig": "^1.12.0",
"uglify-es": "^3.3.9"
},
"homepage": "https://github.com/ddimitrioglo/web-boost#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ddimitrioglo/web-boost.git"
},
"bugs": {
"url": "https://github.com/ddimitrioglo/web-boost/issues"
}
}