Skip to content

Instantly share code, notes, and snippets.

@kaustubhmalgaonkar
Created October 9, 2014 06:06
Show Gist options
  • Save kaustubhmalgaonkar/18ca5252f99aa495ed22 to your computer and use it in GitHub Desktop.
Save kaustubhmalgaonkar/18ca5252f99aa495ed22 to your computer and use it in GitHub Desktop.
package.json file to specify Grunt version and add development dependencies
{
"name": "learning-grunt",
"version": "0.0.1",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "^0.8.0",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-watch": "^0.6.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment