Created
January 9, 2017 15:29
-
-
Save kaweski/2c9e0360a61dc27ef6009d97c1e60fd5 to your computer and use it in GitHub Desktop.
Package JSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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