Skip to content
Find file
Fetching contributors…
Cannot retrieve contributors at this time
12 lines (11 sloc) 331 Bytes
module.exports = require('lodash').template([
'/*',
' * React-Vimeo - <%= pkg.description %>',
' * @version v<%= pkg.version %>',
' * @link <%= pkg.homepage %>',
' * @license <%= pkg.license %>',
' * @author <%= pkg.author.name %> (<%= pkg.author.url %>)',
'*/\n'
].join('\n'), {
pkg: require('./package.json')
});
Something went wrong with that request. Please try again.