{
  "name": "rollup-plugin-css-porter",
  "version": "1.0.2",
  "author": "RJ.Hwang <rongjihuang@gmail.com>",
  "description": "A rollup plugin to collect all the imported css file",
  "keywords": [
    "rollup",
    "rollup-plugin",
    "css"
  ],
  "files": [
    "README.md",
    "dist",
    "src"
  ],
  "license": "MIT",
  "main": "dist/rollup-plugin-css-porter.cjs.js",
  "jsnext:main": "dist/rollup-plugin-css-porter.es.js",
  "homepage": "https://github.com/RJHwang/rollup-plugin-css-porter",
  "bugs": {
    "url": "https://github.com/RJHwang/rollup-plugin-css-porter/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/RJHwang/rollup-plugin-css-porter.git"
  },
  "scripts": {
    "clean": "rm -rf dist test/temp",
    "test": "ava test/index.js",
    "pretest": "npm run build",
    "build": "rollup -c",
    "prepare": "npm test"
  },
  "dependencies": {
    "clean-css": "^4.2.1",
    "fs-extra": "^7.0.1",
    "os": "^0.1.1",
    "path": "^0.12.7",
    "rollup-pluginutils": "^2.4.1"
  },
  "devDependencies": {
    "ava": "^1.3.1",
    "rollup": "^1.0.0",
    "rollup-plugin-buble": "^0.19.6",
    "rollup-watch": "^4.3.1"
  }
}
