-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.06 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
{
"name": "green-plugins",
"version": "1.0.0",
"description": "Recommanded plugins for optimized browsing on the web",
"main": "index.js",
"scripts": {
"minify:html": "mv dist/assets assets && npx html-minifier --collapse-whitespace --remove-comments --remove-optional-tags --remove-redundant-attributes --remove-script-type-attributes --remove-tag-whitespace --use-short-doctype --minify-css true --minify-js true --input-dir dist --output-dir dist && mv assets dist/assets",
"build": "npx @11ty/eleventy && npm run minify:html",
"serve": "npx @11ty/eleventy --serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/altertek/green-plugins.git"
},
"keywords": [
"static",
"site",
"altertek",
"jamstack"
],
"author": "Altertek",
"license": "MIT",
"bugs": {
"url": "https://github.com/altertek/green-plugins/issues"
},
"homepage": "https://github.com/altertek/green-plugins#readme",
"devDependencies": {
"@11ty/eleventy": "^0.11.0",
"html-minifier": "^4.0.0"
},
"dependencies": {}
}