UNPKG

grunt-closure-coffee-stack

Version:

Everything you need for Google Closure. Precise configuration, Soy templates, localization, TDD stack, and even CoffeeScript support. File watcher included.

46 lines (45 loc) 1.21 kB
{ "name": "grunt-closure-coffee-stack", "version": "0.0.6", "description": "Everything you need for Google Closure. Precise configuration, Soy templates, localization, TDD stack, and even CoffeeScript support. File watcher included.", "keywords": [ "Closure", "CoffeeScript", "Compiler", "Google", "Soy" ], "author": "Daniel Steigerwald <daniel@steigerwald.cz>", "contributors": [ { "name": "Fatih Acet", "email": "acetfatih@gmail.com" } ], "repository": { "type": "git", "url" : "https://github.com/fatihacet/grunt-closure-coffee-stack.git" }, "dependencies": { "chai": "~1.9.0", "coffee-script": "~1.7.1", "coffee2closure": "~0.1.0", "esprima": "~1.0.4", "mocha": "~1.17.0", "require-uncache": "~0.0.2", "sinon": "^1.9.0", "temporary": "~0.0.5", "wrench": "~1.5.1", "di": "0.0.1", "jsdom": "~0.10.0", "node-sprites": "0.1.3" }, "devDependencies": { "grunt": "~0.4.2", "grunt-contrib-jshint": "~0.8.0", "grunt-release": "^0.7.0", "grunt-simple-mocha": "~0.4.0" }, "scripts": { "test": "grunt test" }, "engines": { "node": ">= 0.9.2" }, "main": "lib", "license": "MIT" }