e7e0c5ed3ed19c7ece08b6363447535293338ac5.svn-base
349 Bytes
/*
* {%= name %}
* {%= homepage %}
*
* Copyright (c) {%= grunt.template.today('yyyy') %} {%= author_name %}
* Licensed under the {%= licenses.join(', ') %} license{%= licenses.length === 1 ? '' : 's' %}.
*/
(function(exports) {
exports.awesome = function() {
return 'awesome';
};
}(typeof exports === 'object' && exports || this));