rollup-plugin-google-closure-compiler
Version:
Rollup plugin for invoking the Google Closure Compiler with Java.
38 lines (37 loc) • 1.01 kB
JSON
{
"name": "rollup-plugin-google-closure-compiler",
"version": "0.1.0",
"description": "Rollup plugin for invoking the Google Closure Compiler with Java.",
"main": "index.js",
"jsnext:main": "index.js",
"scripts": {
"test": "mocha test/*.js",
"build-authors": "rm -f AUTHORS && touch AUTHORS && sh build-authors.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rikuayanokozy/rollup-plugin-closure-compiler.git"
},
"keywords": [
"rollup",
"rollup-plugin",
"closure",
"closure-compiler",
"closure-compiler-js",
"google-closure-compiler",
"closure-rollup"
],
"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",
"tmp": "latest"
},
"devDependencies": {
"mocha": "^3.4.2",
"rollup": "^0.45.1"
}
}