UNPKG

easy-bake

Version:

EasyBake provides an efficient environment for CoffeeScript library developers: CoffeeScript/Javascript-based configuration files (no coding needed), workflow (build, watch, clean, preview) tests (QUnit, Jasime, NodeUnit, server-side emulation with ModuleBundler), publishing (git, npm, NuGet). Replace your Cakefile with a Bakefile today!

33 lines (29 loc) 1.24 kB
{ "author" : {"name": "Kevin Malakoff", "url": "https://github.com/kmalakoff"}, "name" : "easy-bake", "version" : "0.1.9", "main" : "easy-bake.js", "description" : "EasyBake provides an efficient environment for CoffeeScript library developers: CoffeeScript/Javascript-based configuration files (no coding needed), workflow (build, watch, clean, preview) tests (QUnit, Jasime, NodeUnit, server-side emulation with ModuleBundler), publishing (git, npm, NuGet). Replace your Cakefile with a Bakefile today!", "keywords" : ["easybake", "easy-bake", "coffeescript", "library", "build", "packaging", "package", "utility", "util"], "url" : "http://kmalakoff.github.com/easy-bake/", "homepage" : "http://kmalakoff.github.com/easy-bake/", "repository": {"type": "git", "url": "http://github.com/kmalakoff/easy-bake.git"}, "scripts": { "test": "bake test -c" }, "dependencies": { "coffee-script": "*", "commander": "*", "phantomjs" : "*", "underscore": "*", "module-bundler": "*", "glob-whatev": "*", "wrench": "*", "uglify-js": "*", "elementtree": "*" }, "bin": { "bake": "./bin/bake", "nuget": "./bin/nuget" } }