cssnano
Version:
A modular minifier, built on top of the PostCSS ecosystem.
74 lines (73 loc) • 2.08 kB
JSON
{
"name": "cssnano",
"version": "3.0.0",
"description": "A modular minifier, built on top of the PostCSS ecosystem.",
"main": "index.js",
"scripts": {
"bench": "tape benchmark/index.js",
"test-integrations": "tape tests/integrations.js",
"test-fixtures": "tape tests/fixtures.js | tap-spec",
"test-modules": "tape tests/modules.js | tap-spec",
"test-webpack": "tape tests/webpack.js | tap-spec",
"test": "tape tests/*.js | tap-spec"
},
"keywords": [
"css",
"compress",
"minify",
"optimise",
"optimisation",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"dependencies": {
"autoprefixer": "^6.0.0",
"balanced-match": "^0.2.0",
"css-list": "^0.1.2",
"decamelize": "^1.0.0",
"defined": "^1.0.0",
"indexes-of": "^1.0.1",
"postcss": "^5.0.4",
"postcss-calc": "^5.0.0",
"postcss-colormin": "^2.0.0",
"postcss-convert-values": "^2.0.0",
"postcss-discard-comments": "^2.0.0",
"postcss-discard-duplicates": "^2.0.0",
"postcss-discard-empty": "^2.0.0",
"postcss-discard-unused": "^2.0.0",
"postcss-filter-plugins": "^2.0.0",
"postcss-merge-idents": "^2.0.0",
"postcss-merge-longhand": "^2.0.0",
"postcss-merge-rules": "^2.0.0",
"postcss-minify-font-values": "^1.0.0",
"postcss-minify-params": "^1.0.1",
"postcss-minify-selectors": "^2.0.0",
"postcss-normalize-url": "^3.0.0",
"postcss-ordered-values": "^2.0.0",
"postcss-reduce-idents": "^2.0.0",
"postcss-single-charset": "^1.0.0",
"postcss-svgo": "^2.0.0",
"postcss-unique-selectors": "^2.0.0",
"postcss-zindex": "^2.0.0"
},
"devDependencies": {
"json-loader": "^0.5.2",
"node-libs-browser": "^0.5.2",
"tap-spec": "^4.1.0",
"tape": "^4.2.0",
"webpack": "^1.12.1"
},
"homepage": "https://github.com/ben-eb/cssnano",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"repository": "ben-eb/cssnano",
"files": [
"index.js",
"lib",
"LICENSE-MIT"
]
}