Skip to content

Instantly share code, notes, and snippets.

@davidensinger
Last active August 29, 2015 14:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidensinger/6bbfe7802af733ffbee0 to your computer and use it in GitHub Desktop.
Save davidensinger/6bbfe7802af733ffbee0 to your computer and use it in GitHub Desktop.
Example package.json for Five Good Reasons to Use Grunt for Front End CQ Development
{
"name": "example-package-json",
"private": true,
"version": "0.1.0",
"description": "An example package.json for Five Good Reasons to Use Grunt for Front End CQ Development",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^1.0.1",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-imagemin": "^0.9.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.12.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-uglify": "^0.6.0",
"grunt-dev-update": "^1.0.0",
"grunt-grunticon": "^1.2.13",
"grunt-newer": "^0.8.0",
"grunt-slang": "git://github.com/mnlsn/grunt-slang",
"grunt-svgmin": "^1.0.0",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "^0.6.0",
"time-grunt": "^1.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment