Created
October 31, 2017 20:03
-
-
Save lucasjs/03641383c21ff01e9dc1bd9b5eb492d8 to your computer and use it in GitHub Desktop.
Stack with gulp plugins (babel, eslint, connect, stylus, stylint, imagemin)
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": "lucasjs.github.io", | |
"version": "1.0.0", | |
"description": "My Website", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/lucasjs/lucasjs.github.io.git" | |
}, | |
"author": "Lucas Silva", | |
"license": "ISC", | |
"bugs": { | |
"url": "https://github.com/lucasjs/lucasjs.github.io/issues" | |
}, | |
"homepage": "https://github.com/lucasjs/lucasjs.github.io#readme", | |
"devDependencies": { | |
"babel-core": "^6.26.0", | |
"babel-preset-env": "^1.6.0", | |
"gulp": "^3.9.1", | |
"gulp-babel": "^7.0.0", | |
"gulp-connect": "^5.0.0", | |
"gulp-eslint": "^4.0.0", | |
"gulp-imagemin": "^3.4.0", | |
"gulp-stylint": "^4.0.0", | |
"gulp-stylus": "^2.6.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment