Skip to content

Instantly share code, notes, and snippets.

@jeffreysbrother
Created March 19, 2016 06:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffreysbrother/d63849e12f3d93ffc20e to your computer and use it in GitHub Desktop.
Save jeffreysbrother/d63849e12f3d93ffc20e to your computer and use it in GitHub Desktop.
functioning instance of grunt-contrib-imagemin
{
"name": "jeffreysbrother.com",
"version": "1.0.0",
"description": "portfolio site",
"main": "index.php",
"dependencies": {
"flightplan": "^0.6.4",
"fly": "^0.8.3",
"imagemin-mozjpeg": "^5.1.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-imagemin": "^0.9.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "James Cool",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment