generator-wvu-cleanslate-theme
Version:
WVU CleanSlate Theme Generator
28 lines (27 loc) • 831 B
JSON
{
"name": "<%= _.slugify(themeName) %>",
"version": "<%= themeVersion %>",
"description": "<%= themeDescription %>",
"homepage": "http://<%= themeDomain %>",
"main": "index.js",
"repository" : {
"type" : "git",
"url" : "<%= themeGitRepo %>"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "<%= authorName %> <% if (authorEmail !== null) { %><<%= authorEmail %>><% } %>",
"license": "MIT",
"devDependencies": {
"gulp": "^3.8.8",
<% if (reload == 'browsersync') { %>"browser-sync": "1.6.1",<% } %>
<% if (reload == 'livereload') { %>"gulp-livereload": "2.1.0",<% } %>
"gulp-autoprefixer": "^1.0.1",
"gulp-front-matter": "^1.0.0",
"gulp-js-beaut": "0.0.1",
"gulp-sass": "^1.0.0",
"gulp-tap": "^0.1.3",
"yamljs": "^0.2.1"
}
}