UNPKG

generator-scratch

Version:

Scratch is a starter theme generator based on _s and Foundation. It's a theme meant for hacking so don't use it as a Parent Theme. Instead try turning it into the next, most awesome, WordPress theme out there.

45 lines (44 loc) 1.2 kB
{ "name": "<%= opts.projectSlug %>", "title": "<%= opts.projectTitle %>", "description": "<%= opts.description %>", "version": "0.1.0", "license": "GPL-2.0", "homepage": "<%= opts.projectHome %>", "author": { "name": "<%= opts.authorName %>", "email": "<%= opts.authorEmail %>", "url": "<%= opts.authorUrl %>" }, "repository": { "type": "git", "url": "<%= opts.projectHome %>" }, "dependencies": { "animate.css": "^3.5.2", "font-awesome": "^4.7.0", "foundation-sites": "^6.4.3" }, "devDependencies": { "autoprefixer": "^7.1.4", "grunt": "^1.0.1", "grunt-browser-sync": "^2.2.0", "grunt-contrib-clean": "^1.1.0", "grunt-contrib-compress": "^1.4.3", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-jshint": "^1.1.0", "grunt-contrib-watch": "^1.0.0", "grunt-image": "^3.0.0", "grunt-notify": "^0.4.5", "grunt-postcss": "^0.9.0", "grunt-rtlcss": "^2.0.1", "grunt-sass": "^2.0.0", "grunt-wp-i18n": "^1.0.0", "load-grunt-config": "^0.19.2", "load-grunt-tasks": "^3.5.2", "node-sass": "^4.5.3", "pixrem": "^4.0.1", "time-grunt": "^1.4.0" } }