Skip to content

Instantly share code, notes, and snippets.

@markmarkoh
Created July 26, 2011 06:37
Show Gist options
  • Select an option

  • Save markmarkoh/1106127 to your computer and use it in GitHub Desktop.

Select an option

Save markmarkoh/1106127 to your computer and use it in GitHub Desktop.
package.json
{
"name": "watch.js",
"description": "A script and stylesheet reloader. Less browser refreshing.",
"version": "0.0.5",
"author": "Mark DiMarco (@markmarkoh)",
"engines": {
"node": ">= 0.4.0"
},
"dependencies": {
"socket.io": "0.7.7"
},
"bin": {
"watchjs": "bin/watch.bin.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment