coffee2closure-oldschool
Version:
Oldschool for Este v5. Fix CoffeeScript compiled output for Google Closure Compiler
44 lines (43 loc) • 1.08 kB
JSON
{
"name": "coffee2closure-oldschool",
"version": "900.1.18",
"description": "Oldschool for Este v5. Fix CoffeeScript compiled output for Google Closure Compiler",
"keywords": [
"Closure",
"CoffeeScript",
"Compiler",
"Google",
"gruntplugin"
],
"author": "Daniel Steigerwald <daniel@steigerwald.cz>",
"repository": {
"type": "git",
"url": "https://github.com/steida/coffee2closure.git"
},
"dependencies": {
"esprima": "^4.0.0",
"google-closure-compiler": "^20170910.0.0",
"google-closure-library": "^20170910.0.0",
"js-beautify": "^1.6.14",
"underscore": "^1.7.0",
"underscore.string": "^3.3.4"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-este-oldschool": "^902.5.8",
"grunt-release": "0",
"grunt-simple-mocha": "0",
"mocha": "^4.0.1",
"should": "^13.1.2"
},
"scripts": {
"test": "grunt test"
},
"main": "lib/coffee2closure",
"license": "MIT",
"engines": {
"node": ">=6.11.1"
}
}