generator-skull
Version:
A generator to make magic sites by Index Digital, with Gulp, Jade, Babel, Sass or Less (your choice), Wordpress ready, Swiper slide, Font Awesome, Animated Css
61 lines (60 loc) • 1.5 kB
JSON
{
"name": "generator-skull",
"version": "1.5.6",
"description": "A generator to make magic sites by Index Digital, with Gulp, Jade, Babel, Sass or Less (your choice), Wordpress ready, Swiper slide, Font Awesome, Animated Css ",
"homepage": "https://github.com/maicol-dg/generator-skull",
"readmeFilename": "README.md",
"author": {
"name": "Index Digital",
"email": "breno.soares@indexdigital.com.br",
"url": "http://www.indexdigital.com.br/"
},
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"generator",
"skull",
"caveira",
"jade",
"sass",
"wordpress",
"yeoman-generator"
],
"dependencies": {
"yeoman-generator": "^3.1.1",
"chalk": "^2.4.1",
"yosay": "^2.0.2"
},
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-xo-space": "^0.20.0",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^5.0.0",
"gulp-exclude-gitignore": "^1.2.0",
"gulp-istanbul": "^1.1.3",
"gulp-line-ending-corrector": "^1.0.2",
"gulp-mocha": "^6.0.0",
"gulp-nsp": "^3.0.1",
"gulp-plumber": "^1.2.0",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^1.9.1"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"mocha": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/maicol-dg/generator-skull.git"
},
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp"
},
"license": "MIT"
}