UNPKG

839 BJSONView Raw
1{
2 "name": "css-mqpacker",
3 "description": "Pack same CSS media query rules into one media query rule.",
4 "version": "5.0.0",
5 "author": "Kyo Nagashima <hail2u@gmail.com> (https://kyonagashima.com/)",
6 "bin": {
7 "mqpacker": "./bin/mqpacker"
8 },
9 "bugs": {
10 "url": "https://github.com/hail2u/node-css-mqpacker/issues"
11 },
12 "dependencies": {
13 "minimist": "^1.1.1",
14 "postcss": "^5.0.0"
15 },
16 "devDependencies": {
17 "nodeunit": "^0.9.0"
18 },
19 "engines": {
20 "node": ">=5.0.0"
21 },
22 "homepage": "https://github.com/hail2u/node-css-mqpacker",
23 "keywords": [
24 "css",
25 "media",
26 "postcss-plugin",
27 "query"
28 ],
29 "license": "MIT",
30 "main": "index.js",
31 "repository": {
32 "type": "git",
33 "url": "https://github.com/hail2u/node-css-mqpacker.git"
34 },
35 "scripts": {
36 "test": "nodeunit test"
37 }
38}