-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 789 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 789 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
25
26
27
28
29
30
31
32
33
{
"name": "ease-task-minify-html",
"version": "1.0.2",
"description": "HTML minifier for Ease task runner.",
"main": "task.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/chisel/ease-task-minify-html.git"
},
"keywords": [
"ease",
"task",
"runner",
"minify",
"html",
"plugin"
],
"author": "Ramtin Soltani <ramtin@chiselpowered.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chisel/ease-task-minify-html/issues"
},
"homepage": "https://github.com/chisel/ease-task-minify-html#readme",
"dependencies": {
"fs-extra": "^9.1.0",
"glob": "^7.1.6",
"html-minifier": "^4.0.0",
"lodash": "^4.17.20"
}
}