generator-matter-kit
Version:
A base WordPress theme generator.
33 lines (32 loc) • 1.12 kB
JSON
{
"name": "<%= projectInfo.projectSlug %>",
"theme_name": "<%= projectInfo.projectSlug %>",
"client_code": "<%= projectInfo.projectTextDomain %>",
"version": "<%= projectInfo.projectVersion %>",
"description": "<%= projectInfo.projectDescription %>",
"scripts": {
"postinstall": "node node_modules/bower/bin/bower install && grunt dev"
},
"author": "<%= projectInfo.projectAuthor %> <<%= projectInfo.projectAuthorEmail %>>",
"license": "<%= projectInfo.projectLicense %>",
"devDependencies": {
"autoprefixer-core": "^6.0.1",
"bower": "^1.3.12",
"cssnano": "^3.10.0",
"grunt": "^1.0.1",
"grunt-browser-sync": "^2.1.3",
"grunt-combine-media-queries": "^1.0.20",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-modernizr": "^1.0.2",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^2.0.0",
"grunt-sass-globbing": "^1.5.1",
"grunt-simple-include": "^0.4.0",
"grunt-sync": "^0.6.2",
"load-grunt-tasks": "^3.5.2",
"time-grunt": "^1.0.0"
}
}