generator-bourbon-neat
Version:
Yeoman generator for a website using thoughtbot's Bourbon Neat.
49 lines (48 loc) • 860 B
JSON
{
"name": "generator-bourbon-neat",
"version": "1.0.0",
"description": "Yeoman generator for a website using thoughtbot's Bourbon Neat.",
"license": "MIT",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "koolth/generator-bourbon-neat"
},
"author": {
"name": "John Flackett",
"email": "",
"url": "https://github.com/koolth"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"keywords": [
"yeoman",
"yeoman-generator",
"yo",
"thoughtbot",
"bourbon",
"neat",
"sass",
"html",
"html5",
"normalize",
"modernizr",
"website",
"development"
],
"dependencies": {
"yeoman-generator": "~0.18.10",
"chalk": "~1.0.0",
"yosay": "~1.0.3"
},
"devDependencies": {
"mocha": "*"
}
}