Skip to content

Instantly share code, notes, and snippets.

@nelsonJM
Created December 6, 2013 21:49
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 nelsonJM/7832699 to your computer and use it in GitHub Desktop.
Save nelsonJM/7832699 to your computer and use it in GitHub Desktop.
Grunt: Package.json example
{
"name": "steelsentry-theme",
"author": "josh",
"version": "0.1.0",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-imagemin": "~0.3.0",
"grunt-contrib-compass": "~0.6.0",
"grunt-contrib-watch": "~0.5.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment