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.

52 lines (51 loc) 1.2 kB
{ "name": "generator-scratch", "version": "0.4.1", "description": "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.", "license": "MIT", "main": "app/index.js", "homepage": "https://www.npmjs.com/package/generator-scratch", "bugs": "https://github.com/sixteenbit/generator-scratch/issues", "repository": { "type": "git", "url": "git@github.com:sixteenbit/generator-scratch.git" }, "author": { "name": "Justin Peacock", "email": "hello@byjust.in", "url": "https://byjust.in" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "files": [ "app" ], "keywords": [ "yeoman-generator", "wordpress", "theme", "front-end", "grunt", "starter theme", "_s", "underscores", "sass", "foundation" ], "dependencies": { "yeoman-generator": "~0.20.1", "chalk": "~1.1.0", "lodash": "~3.10.0" }, "devDependencies": { "mocha": "*", "async": "^1.3.0" }, "peerDependencies": { "yo": ">=1.4.7" } }