Created
April 30, 2017 06:02
-
-
Save meddokss/b70c8db11ed5cd0e85736085d05e26d1 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": "optimizedhtml", | |
"version": "2.0.1", | |
"description": "OptimizedHTML - Start HTML Template", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "Meddokss", | |
"license": "ISC", | |
"devDependencies": { | |
"babel-preset-es2015": "^6.24.1", | |
"browser-sync": "^2.18.8", | |
"del": "^2.2.2", | |
"gulp": "^3.9.1", | |
"gulp-autoprefixer": "^3.1.1", | |
"gulp-babel": "^6.1.2", | |
"gulp-cache": "^0.4.6", | |
"gulp-clean-css": "^3.0.3", | |
"gulp-concat": "^2.6.1", | |
"gulp-imagemin": "^3.1.1", | |
"gulp-notify": "^3.0.0", | |
"gulp-rename": "^1.2.2", | |
"gulp-sass": "^3.1.0", | |
"gulp-uglify": "^2.1.0", | |
"gulp-util": "^3.0.8", | |
"vinyl-ftp": "^0.6.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment