Skip to content

Instantly share code, notes, and snippets.

@kaweski
Created January 9, 2017 15:29
Show Gist options
  • Save kaweski/2c9e0360a61dc27ef6009d97c1e60fd5 to your computer and use it in GitHub Desktop.
Save kaweski/2c9e0360a61dc27ef6009d97c1e60fd5 to your computer and use it in GitHub Desktop.
Package JSON
{
"name": "html-skeleton-gulp",
"version": "0.0.1",
"description": "A base to start your front-end project using Gulpjs",
"homepage": "http://samweb.com.br",
"repository": {
"type": "git",
"url": "http://github.com/samwx/html-skeleton-gulp"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"devDependencies": {
"gulp": ">=3.5.0",
"gulp-rename": ">=0.2.2",
"gulp-concat": ">=2.1.7",
"gulp-minify-css": ">=0.2.0",
"gulp-uglify": ">=0.2.0",
"gulp-util": ">=2.2.13",
"gulp-less": ">=1.2.0",
"gulp-plumber": ">=0.5.6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment