UNPKG

grunt-purgecss

Version:

Grunt plugin for PurgeCSS

49 lines (48 loc) 983 B
{ "name": "grunt-purgecss", "version": "7.0.2", "description": "Grunt plugin for PurgeCSS", "author": "Ffloriel", "homepage": "https://purgecss.com", "keywords": [ "optimize", "optimization", "remove", "unused", "css", "html", "rules", "purge", "uncss", "purify" ], "license": "MIT", "types": "./tasks/purgecss.d.ts", "files": [ "tasks" ], "repository": { "type": "git", "url": "git+https://github.com/FullHuman/purgecss.git", "directory": "packages/grunt-purgecss" }, "scripts": { "build": "ts-node build.ts", "test": "jest" }, "dependencies": { "purgecss": "^5.0.0" }, "devDependencies": { "@types/grunt": "^0.4.25", "grunt": "~1.6.1" }, "bugs": { "url": "https://github.com/FullHuman/purgecss/issues" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "gitHead": "e95398d961e03a809b5e3da75e3dae1813b46b68" }