@rochars/rollup-plugin-closure-compiler
Version:
Rollup plugin to use Google Closure Compiler.
35 lines (34 loc) • 925 B
JSON
{
"name": "@rochars/rollup-plugin-closure-compiler",
"version": "0.2.1-alpha.0",
"description": "Rollup plugin to use Google Closure Compiler.",
"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": "^20180610.0.2",
"tempfile": "^2.0.0"
},
"devDependencies": {
"mocha": "^3.4.2",
"rollup": "^0.45.1"
}
}