/**
* Clean files and folders.
* @external grunt-contrib-clean
* @see {@link https://github.com/gruntjs/grunt-contrib-clean}
*/
/**
* Run tasks whenever watched files change
* @external grunt-contrib-watch
* @see {@link https://github.com/gruntjs/grunt-contrib-watch}
*/
/**
* Validate files with JSHint
* @external grunt-contrib-jshint
* @see {@link https://github.com/gruntjs/grunt-contrib-jshint}
*/
/**
* A grunt plugin to generate javascript doc by running jsdoc3 on your grunt projects.
* @external grunt-jsdoc
* @see {@link https://github.com/krampstudio/grunt-jsdoc}
*/
/**
* Run Mocha server-side tests in Grunt with code coverage support and optional integration to coveralls.io
* @external grunt-mocha-cov
* @see {@link https://github.com/mmoulton/grunt-mocha-cov}
*/
/**
* Mocha reporter for displaying a code coverage report in the terminal
* @external mocha-term-cov-reporter
* @see {@link https://www.npmjs.org/package/mocha-term-cov-reporter}
*/
/**
* Publish to GitHub Pages with Grunt
* @external grunt-gh-pages
* @see {@link https://www.npmjs.org/package/grunt-gh-pages}
*/
/**
* Merge multiple objects into one, optionally creating a new cloned object. Similar to the jQuery.extend but more
* flexible. Works in Node.js and the browser.
* @external merge
* @see {@link https://www.npmjs.org/package/merge}
*/
/**
* Utilities for handling and transforming file paths
* @external path
* @see {@link http://nodejs.org/api/path.html}
*/