{
  "name": "refresh",
  "version": "1.0.1",
  "description": "A webdevelopment tool that refreshes the browser based on the filesystem changes",
  "main": "refresh.js",
  "bin": {
    "refresh": "./refresh.js"
  },
  "engines": {
    "node": ">=0.10.26"
  },
  "keywords": [
    "refresh",
    "webdevelopment",
    "browser"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/kinncj/refresh.git"
  },
  "author": "Kinn Coelho Julião - kinncj@gmail.com",
  "license": "MIT",
  "dependencies": {
    "socket.io": "~0.9.10",
    "pkginfo": "~0.2.3",
    "commander": "~1.0.5",
    "watch": ">=0.9.0"
  }
}
