UNPKG

cssnano

Version:

A modular minifier, built on top of the PostCSS ecosystem.

68 lines (67 loc) 1.92 kB
{ "name": "cssnano", "version": "1.4.3", "description": "A modular minifier, built on top of the PostCSS ecosystem.", "main": "index.js", "bin": { "cssnano": "bin/cmd.js" }, "scripts": { "test-integrations": "tape tests/integrations.js", "test-fixtures": "tape tests/fixtures.js | faucet", "test-modules": "tape tests/modules.js | faucet", "test-webpack": "tape tests/webpack.js | faucet", "test": "tape tests/*.js | faucet" }, "keywords": [ "css", "minify", "optimise", "optimisation", "postcss" ], "license": "MIT", "dependencies": { "balanced-match": "^0.2.0", "css-list": "^0.1.0", "flatten": "0.0.1", "indexes-of": "^1.0.1", "minimist": "^1.1.1", "postcss": "^4.1.8", "postcss-calc": "^4.0.1", "postcss-colormin": "^1.2.2", "postcss-convert-values": "^1.2.1", "postcss-discard-comments": "^1.1.2", "postcss-discard-duplicates": "^1.1.2", "postcss-discard-empty": "^1.1.0", "postcss-discard-unused": "^1.0.0", "postcss-font-family": "^1.1.0", "postcss-merge-idents": "^1.0.1", "postcss-merge-rules": "^1.3.0", "postcss-minify-font-weight": "^1.0.0", "postcss-minify-selectors": "^1.4.1", "postcss-normalize-url": "^1.2.1", "postcss-pseudoelements": "^2.1.1", "postcss-reduce-idents": "^1.0.0", "postcss-single-charset": "^0.2.2", "postcss-unique-selectors": "^1.0.0", "postcss-zindex": "^1.1.1", "read-file-stdin": "^0.2.0", "write-file-stdout": "0.0.2" }, "devDependencies": { "decamelize": "^1.0.0", "faucet": "0.0.1", "json-loader": "^0.5.2", "node-libs-browser": "^0.5.2", "tape": "^4.0.0", "webpack": "^1.9.10" }, "homepage": "https://github.com/ben-eb/cssnano", "author": { "name": "Ben Briggs", "email": "beneb.info@gmail.com", "url": "http://beneb.info" }, "repository": "ben-eb/cssnano" }