{
  "author": "Ma Shihua <mashihua@gmail.com> (http://f2eskills.com/)",
  "name": "node-livereload",
  "description": "LiveReload watch server",
  "keywords" : "livereload watch" ,
  "homepage" : "http://mashihua.github.com/node-livereload/",
  "version": "0.6.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/mashihua/node-livereload.git"
  },
  "licenses": [{ 
    "type": "MIT",
    "url": "https://mashihua.mit-license.org"
  }],
  "bin": {
    "livereload": "./bin/livereload"
  },
  "main" : "lib/livereload",
  "scripts": {
    "test": "cake test"
  },
  "engines": {
    "node": ">=0.6.0"
  },
  "dependencies": {
    "ws" : "0.4.x",
    "commander" : ">1.0"
  },
  "devDependencies": {
    "coffee-script" : "1.3.3",
    "mocha": "~1.2.1",
    "growl": "1.5.x",
    "should": "0.6.x"
  },
  "bugs" : { 
    "url" : "http://github.com/mashihua/node-livereload/issues",
    "email" : "project@hostname.com"
  }  
}