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
36 lines (35 loc) • 1.02 kB
JSON
{
"name": "<%= project_name %>",
"version": "1.5.0",
"description": "Gulp + Babel + Sass",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://maicols@bitbucket.org/indexdigital/caveira.git"
},
"author": "maicol.santos@indexdigital.com.br",
"license": "MIT",
"homepage": "https://bitbucket.org/indexdigital/caveira#readme",
"dependencies": {
"browser-sync": "~2.15.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"babel-preset-es2015": "^6.18.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-connect-php": "0.0.8",
"gulp-imagemin": "^3.0.3",<% if (includeSass) { %>
"gulp-autoprefixer": "^3.1.1",
"gulp-sass": "^2.3.2",
"gulp-sass-glob": "^1.0.9",<% } %>
"gulp-uglify": "^2.0.0",<% if (includeLess) { %>
"gulp-clean-css": "^2.0.8",
"gulp-less": "^3.0.3",<% } %>
"imagemin-pngquant": "^5.0.0"
},
"devDependencies": {
}
}