{
  "name": "rollup-plugin-closure-compiler",
  "version": "0.1.0",
  "description": "Rollup plugin to minify generated bundle with google-closure-compiler(Java).",
  "main": "index.js",
  "jsnext:main": "index.js",
  "scripts": {
    "test": "mocha test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rikuayanokozy/rollup-plugin-closure-compiler.git"
  },
  "keywords": [
    "rollup",
    "rollup-plugin",
    "closure-compiler",
    "closure-compiler-js"
  ],
  "author": "Riku Ayanokoji <riku.ayanokoji@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rikuayanokozy/rollup-plugin-closure-compiler/issues"
  },
  "homepage": "https://github.com/rikuayanokozy/rollup-plugin-closure-compiler#readme",
  "dependencies": {
    "google-closure-compiler": ">20170000",
    "tempfile": "^2.0.0"
  },
  "devDependencies": {
    "mocha": "^3.4.2",
    "rollup": "^0.45.1"
  }
}
