glint-tasks
Version:
collection of tasks to automate handling the glint modules
23 lines (14 loc) • 387 B
JavaScript
exports.libPath = '../';
exports.moduleSearch = 'glint-*';
exports.repo = 'glintcms';
exports.author = 'Andi Neck';
exports.repository = {
"type" : "git",
"url": "https://github.com/:repo/:name.git"
}
exports.bugs = {
"url": "https://github.com/:repo/:name/issues"
};
exports.homepage = "https://github.com/:repo/:name";
exports.license = 'MIT';
exports.version = '1.0.0';