Created
July 26, 2011 06:37
-
-
Save markmarkoh/1106127 to your computer and use it in GitHub Desktop.
package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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