Skip to content

Instantly share code, notes, and snippets.

@rmnbrd
Created July 24, 2015 16:54
Show Gist options
  • Save rmnbrd/265325a355161ab5b36c to your computer and use it in GitHub Desktop.
Save rmnbrd/265325a355161ab5b36c to your computer and use it in GitHub Desktop.
{
"private": true,
"engines": {
"node": ">=0.12.0"
},
"devDependencies": {
"browser-sync": "^2.8.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-load-plugins": "^0.10.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.2.0"
},
"eslintConfig": {
"env": {
"node": true,
"browser": true
},
"rules": {
"quotes": [
2,
"single"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment