parcel-plugin-purifycss
Version:
PurifyCSS plugin for Parcel
31 lines (30 loc) • 748 B
JSON
{
"name": "parcel-plugin-purifycss",
"version": "1.0.5",
"description": "PurifyCSS plugin for Parcel",
"main": "index.js",
"repository": "https://github.com/shff/parcel-plugin-purifycss",
"author": "Silvio Henrique Ferreira <shferreira@me.com>",
"license": "MIT",
"dependencies": {
"purify-css": "^1.2.6"
},
"peerDependencies": {
"parcel": "^1.9.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shff/parcel-plugin-purifycss.git"
},
"bugs": {
"url": "https://github.com/shff/parcel-plugin-purifycss/issues"
},
"homepage": "https://github.com/shff/parcel-plugin-purifycss#readme",
"keywords": [
"parcel",
"parcel-plugin",
"plugin",
"css",
"purifycss"
]
}