aboutsummaryrefslogtreecommitdiff
path: root/haxelib.json
blob: 859e4b87b81af49a0c232e33900a282fd521e750 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "name": "haxe-tester",
    "url" : "https://git.rc-05.com/haxe-tester",
    "license": "MIT",
    "tags": ["cross", "test", "suite", "testsuite"],
    "description": "Simple Haxe library for creating test cases.",
    "version": "1.0.0",
    "classPath": "src/",
    "releasenote": "Initial release",
    "contributors": ["rc_05"],
    "dependencies": {}
}