Skip to content

Instantly share code, notes, and snippets.

@rabellamy
Created September 4, 2015 13:18
Show Gist options
  • Save rabellamy/1af42651427c2fcabb02 to your computer and use it in GitHub Desktop.
Save rabellamy/1af42651427c2fcabb02 to your computer and use it in GitHub Desktop.
{
"name": "YourThemeName",
"version": "0.0.0",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.0",
"gulp-shell": "^0.4.2",
"gulp-sass": "^2.0.4",
"gulp-minify-css": "^0.3.11",
"gulp-autoprefixer": "^2.0.0",
"gulp-concat": "^2.4.2",
"gulp-uglify": "^1.0.2",
"gulp-rename": "^1.2.0",
"gulp-strip-debug": "^1.0.1",
"jshint-stylish": "^2.0.0",
"browser-sync": "^2.8.2"
},
"scripts": {
"postinstall": "find node_modules/ -name \"*.info\" -type f -delete"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment