Skip to content

Instantly share code, notes, and snippets.

@williankeller
Created August 27, 2015 20:08
Show Gist options
  • Select an option

  • Save williankeller/defcdf6700645971fd62 to your computer and use it in GitHub Desktop.

Select an option

Save williankeller/defcdf6700645971fd62 to your computer and use it in GitHub Desktop.
Package Json to Sandbox Project
{
"name": "sandbox",
"version": "1.0.0",
"scripts": {
"sass:dev": "./node_modules/.bin/gulp",
"sass:prod": "./node_modules/.bin/gulp sass:prod"
},
"dependencies": {},
"devDependencies": {
"breakpoint-sass": "^2.6.1",
"gulp": "^3.9.0",
"gulp-css-globbing": "^0.1.8",
"gulp-imagemin": "^2.3.0",
"gulp-livereload": "^3.8.0",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-watch": "^4.3.3",
"gulp.spritesmith": "^4.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment