aymericbeaumet/metalsmith-clean-css

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "metalsmith-clean-css",
  "version": "6.1.3",
  "description": "A Metalsmith plugin to minify CSS files",
  "keywords": [
    "clean-css",
    "css",
    "metalsmith",
    "minifier",
    "plugin"
  ],
  "homepage": "https://github.com/aymericbeaumet/metalsmith-clean-css",
  "repository": {
    "type": "git",
    "url": "https://github.com/aymericbeaumet/metalsmith-clean-css.git"
  },
  "license": "MIT",
  "author": {
    "name": "Aymeric Beaumet",
    "email": "hi@aymericbeaumet.com",
    "url": "https://aymericbeaumet.com"
  },
  "files": [
    "index.js",
    "lib/*"
  ],
  "scripts": {
    "format": "xo --fix",
    "test": "xo && ava"
  },
  "dependencies": {
    "async": "3.2.0",
    "minimatch": "3.0.4"
  },
  "devDependencies": {
    "ava": "3.8.2",
    "clean-css": "4.2.3",
    "metalsmith": "2.3.0",
    "rimraf": "3.0.2",
    "xo": "0.30.0"
  },
  "peerDependencies": {
    "clean-css": "4.x.x"
  }
}