Skip to content

Instantly share code, notes, and snippets.

@romaricpascal
Created July 24, 2013 22:26
Show Gist options
  • Save romaricpascal/6075187 to your computer and use it in GitHub Desktop.
Save romaricpascal/6075187 to your computer and use it in GitHub Desktop.
package.json file from my Grunt & livereload article: http://rhumaric.com/2013/07/renewing-the-g…vereload-magic/
{
"name": "grunt-livereload-renewed",
"version": "1.0.0",
"devDependencies": {
"grunt": "~0.4.1",
"matchdep": "~0.1.2",
"grunt-express": "~1.0.0-beta2",
"grunt-contrib-watch": "~0.5.1",
"grunt-open": "~0.2.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment