1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 12:00:03 +02:00
Files
minifyfromhtml/package.json
2019-04-15 16:14:56 +02:00

24 lines
523 B
JSON

{
"name": "minifyfromhtml",
"version": "1.1.2",
"description": "minify scripts and css starting from an html file",
"main": "minifyfromhtml.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"jsdom": "^14.0.0",
"minify": "^4.1.1",
"minimist": "^1.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/S2-/minifyfromhtml.git"
},
"bin": {
"minifyfromhtml": "./minifyfromhtml.js"
}
}