forked from Dreamer-Paul/Emmm
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 928 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "migration-page",
"version": "1.0.0",
"description": "",
"main": "migration-page.html",
"scripts": {
"get": "rm -rf docs && mkdir docs && mv migration-page.html docs/index.html && mv _headers docs/_headers",
"minify": "html-minifier --input-dir ./docs --output-dir ./docs --collapse-whitespace --remove-comments --remove-optional-tags --remove-redundant-attributes --remove-script-type-attributes --remove-tag-whitespace --use-short-doctype --file-ext html --minify-css true --minify-js true",
"build": "npm run-script get && npm run-script minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hifocus/Migration-Page.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hifocus/Migration-Page/issues"
},
"homepage": "https://github.com/hifocus/Migration-Page#readme",
"dependencies": {
"html-minifier": "^4.0.0"
}
}