{
    "name" : "nightmarejs",
    "version": "0.0.1",
    "description": "NightmareJS is a means to communicate between a CasperJS runtime and a Node server to allow executing of Node functions and data modification features.",
    "main" : "lib/nightmare.js",
    "keywords": [
        "casperjs",
        "casper",
        "nightmarejs",
        "nightmare"
    ],
    "dependencies" : {
        "socket.io": "0.9.x"
    },
    "author": "Philip Hansen",
    "license": "MIT",
    "readmeFilename": "README.md"
}