generator-pattern
Version:
Generator to scaffold a hybrid pattern based on a combination of Brad Frost and Dave Olsen's Pattern Lab and SMACSS
51 lines • 1.12 kB
JSON
{
"name": "generator-pattern",
"version": "1.3.1",
"description": "Generator to scaffold a hybrid pattern based on a combination of Brad Frost and Dave Olsen's Pattern Lab and SMACSS",
"keywords": [
"Pattern Lab",
"Pattern",
"Lab",
"SMACSS",
"Atomic",
"Design",
"generator-pattern",
"yeoman-generator"
],
"license": "MIT",
"homepage": "https://github.com/coxrichuk/generator-pattern",
"main": "app/index.js",
"repository": {
"type": "git",
"url" : "https://github.com/coxrichuk/generator-pattern.git"
},
"bugs":{
"url": "https://github.com/coxrichuk/generator-pattern/issues"
},
"author": {
"name": "Richard Cox",
"email": "coxrichuk[a]gmail.com",
"url": "https://github.com/coxrichuk"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"dependencies": {
"yeoman-generator": "^0.18.0",
"chalk": "^0.5.0",
"yosay": "^0.3.0"
},
"devDependencies": {
"mocha": "*"
},
"peerDependencies": {
"yo": ">=1.0.0"
},
"preferGlobal": true
}