generator-wvu-static-site
Version:
WVU Static Site Generator
20 lines (19 loc) • 357 B
JSON
{
"name": "<%= _.slugify(siteName) %>",
"version": "<%= siteVersion %>",
"authors": [
"<%= authorName %> <<%= authorEmail %>>"
],
"license": "proprietary",
"private" : true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"wvu-patterns-starter-kit": "latest"
}
}