{
    "name" : "fswatch",
    "description" : "Node.js file system events watcher",
    "version" : "0.1.3",
    "homepage": "http://github.com/afelix/fswatch",
    "author" : "Sergey Kryzhanovsky <skryzhanovsky@gmail.com> (http://github.com/afelix)",
    "repository" : {
        "type" : "git",
        "url" : "http://github.com/afelix/fswatch.git"
    },
    "modules" : {
        "fswatch" : "./lib/fswatch",
        "fswatchapi" : "./lib/fswatchapi"
    },
    "directories" : {
        "lib" : "./lib"
    },
    "dependencies" : {
        "yanlibs" : ">=0.1.3"
    },
    "engines" : { "node" : ">=0.4.0" },
    "licenses" : [ { "type" : "AS IS" } ]
}

