summaryrefslogtreecommitdiffstats
path: root/test/scxml-test-framework/package.json
blob: 1a9a6e2e6ec7faf9ff08ec1c9efd15ca5775fcdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
    "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"
        }
    ],
    "repositories": [
        {
            "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"
}