UNPKG

posthtml-minify-inline-css

Version:

PostHTML plugin to minify inline CSS styles

29 lines (28 loc) 672 B
{ "name": "posthtml-minify-inline-css", "version": "0.0.9", "description": "PostHTML plugin to minify inline CSS styles", "main": "index.es5.js", "scripts": { "test": "rm -rf test/output && ./test.js && diff test/output test/expected", "build": "babel index.js > index.es5.js", "prepublish": "npm run build" }, "keywords": [ "PostHTML", "minify", "inline", "css" ], "author": "George Pittarelli <g@gjp.cc>", "license": "MIT", "devDependencies": { "babel-cli": "6.26.0", "babel-preset-env": "1.6.1", "posthtml": "0.9.2" }, "dependencies": { "entities": "1.1.1", "postcss-safe-parser": "3.0.1" } }