css-mqpacker
Version:
Pack same CSS media query rules into one using PostCSS
37 lines (36 loc) • 891 B
JSON
{
"name": "css-mqpacker",
"description": "Pack same CSS media query rules into one using PostCSS",
"version": "7.0.0",
"author": "Kyo Nagashima <hail2u@gmail.com> (https://kyonagashima.com/)",
"bin": {
"mqpacker": "./bin/mqpacker.js"
},
"bugs": {
"url": "https://github.com/hail2u/node-css-mqpacker/issues"
},
"dependencies": {
"minimist": "^1.2.0",
"postcss": "^7.0.0"
},
"devDependencies": {
"nodeunit": "^0.11.1"
},
"homepage": "https://github.com/hail2u/node-css-mqpacker",
"keywords": [
"css",
"media",
"postcss-plugin",
"query"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/hail2u/node-css-mqpacker.git"
},
"scripts": {
"test": "nodeunit test",
"cover": "npx istanbul cover --dir .istanbul node_modules/nodeunit/bin/nodeunit -- test"
}
}