{
    "name": "scxml-test-framework",
    "version": "0.0.1",
    "description": "A set of SCXML tests, and an HTTP client test runner for testing against SCXML HTTP test servers.",
    "keywords": [
        "scxml",
        "statecharts",
        "w3c",
        "javascript"
    ],
    "maintainers": [{
        "name": "Jacob Beard",
        "email": "jbeard4@cs.mcgill.ca",
        "url": "http://echo-flow.com"
    }],
    "bugs": {
        "email": "jbeard4@cs.mcgill.ca",
        "url": "https://github.com/jbeard4/scxml-test-framework/issues"
    },
    "licenses": [
        {
            "type": "Apache-2.0",
            "url": "https://github.com/jbeard4/scxml-test-framework/blob/master/LICENSE.txt"
        }
    ],
    "repository": {
        "type": "git",
        "url": "git://github.com/jbeard4/scxml-test-framework.git"
    },
    "dependencies": {
        "request" : "*",
        "underscore" : "*",
        "nopt" : "*",
        "node-static" : "*"
    },
    "engines" : { "node" : ">=0.4.7" },
    "main": "./lib/test-client"
}
