generator-sh-base-styles
Version:
Yoeman generator for Salted Herring base styles
64 lines (63 loc) • 1.56 kB
JSON
{
"name": "generator-sh-base-styles",
"version": "0.0.14",
"description": "Yoeman generator for Salted Herring base styles",
"homepage": "https://github.com/salted-herring/generator-sh-base-styles",
"author": {
"name": "Simon Winter",
"email": "simon@saltedherring.com",
"url": "https://www.saltedherring.com"
},
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"sass",
"salted-herring",
"salted herring",
"scss",
"yeoman-generator",
"gulp",
"susy",
"boilerplate",
"grid"
],
"dependencies": {
"chalk": "^1.0.0",
"grunt": "^1.0.1",
"gruntfile-editor": "^1.2.1",
"yeoman-generator": "^1.1.1",
"yosay": "^2.0.0"
},
"devDependencies": {
"eslint": "^3.1.1",
"eslint-config-xo-space": "^0.15.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-compass": "^1.1.1",
"grunt-string-replace": "^1.3.1",
"gulp": "^3.9.0",
"gulp-batch-replace": "0.0.0",
"gulp-eslint": "^3.0.1",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^1.0.0",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-mocha": "^3.0.1",
"gulp-nsp": "^2.1.0",
"gulp-plumber": "^1.0.0",
"yeoman-assert": "^2.0.0",
"yeoman-test": "^1.0.0"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"mocha": true
}
},
"repository": "git@github.com:salted-herring/generator-sh-base-styles.git",
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp"
},
"license": "BSD-2-Clause-FreeBSD"
}