generator-wvu-static-site
Version:
WVU Static Site Generator
38 lines (37 loc) • 1.05 kB
JSON
{
"name": "<%= _.slugify(siteName) %>",
"version": "<%= siteVersion %>",
"description": "<%= siteDescription %>",
"homepage": "http://<%= siteDomain %>",
"main": "index.js",
"repository" : {
"type" : "git",
"url" : "<%= siteGitRepo %>"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "<%= authorName %> <% if (authorEmail !== null) { %><<%= authorEmail %>><% } %>",
"license": "MIT",
"devDependencies": {
"browser-sync": "^1.6.1",
"del": "^0.1.3",
"gulp": "^3.8.9",
"gulp-autoprefixer": "^1.0.1",
"gulp-compile-handlebars": "^0.3.3",
"gulp-conflict": "^0.3.0",
"gulp-extend": "^0.2.0",
"gulp-flatten": "0.0.4",
"gulp-imagemin": "^2.0.0",
"gulp-js-beaut": "0.0.1",
"gulp-notify": "^2.0.1",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.2.1",
"imagemin-pngquant": "^4.0.0",
"jsonfile": "^2.0.0",
"run-sequence": "^1.0.1",
"gulp-minify-html": "^0.1.6",
"gulp-scss-lint": "^0.1.4",
"gulp-util": "^3.0.1"
}
}