{
  "name": "css-mqpacker",
  "description": "Pack same CSS media query rules into one media query rule.",
  "version": "3.0.0",
  "author": "Kyo Nagashima <hail2u@gmail.com> (https://kyonagashima.com/)",
  "bugs": {
    "url": "https://github.com/hail2u/node-css-mqpacker/issues"
  },
  "dependencies": {
    "fs-extra": "^0.14.0",
    "postcss": "^4.0.0"
  },
  "devDependencies": {
    "nodeunit": "^0.9.0"
  },
  "homepage": "https://github.com/hail2u/node-css-mqpacker",
  "keywords": [
    "css",
    "optimization",
    "mediaquery",
    "media",
    "query",
    "sourcemap",
    "source",
    "map",
    "postcss",
    "gruntplugin"
  ],
  "license": {
    "type": "MIT",
    "url": "http://hail2u.mit-license.org/2014"
  },
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/hail2u/node-css-mqpacker.git"
  },
  "scripts": {
    "test": "nodeunit test"
  }
}
