generator-staticsite
Version:
Creates an Assemble boilerplate project with built-in support for SASS (with Bourbon and Neat), CoffeeScript and an optimized build.
49 lines (48 loc) • 1.06 kB
JSON
{
"name": "generator-staticsite",
"version": "0.1.4",
"description": "Creates an Assemble boilerplate project with built-in support for SASS (with Bourbon and Neat), CoffeeScript and an optimized build.",
"keywords": [
"yeoman-generator",
"assemble",
"handlebars",
"sass",
"staticsite",
"static",
"grunt",
"sass",
"coffeescript"
],
"homepage": "https://github.com/adrianolaru/generator-staticsite",
"bugs": "https://github.com/adrianolaru/generator-staticsite/issues",
"author": {
"name": "Adrian Olaru",
"email": "agolaru@gmail.com"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/adrianolaru/generator-staticsite.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"dependencies": {
"yeoman-generator": "~0.16.0"
},
"devDependencies": {
"mocha": "*"
},
"peerDependencies": {
"yo": ">=1.0.0"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT"
}
]
}