aboutsummaryrefslogtreecommitdiff
path: root/haxelib.json
diff options
context:
space:
mode:
Diffstat (limited to 'haxelib.json')
-rw-r--r--haxelib.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/haxelib.json b/haxelib.json
new file mode 100644
index 0000000..859e4b8
--- /dev/null
+++ b/haxelib.json
@@ -0,0 +1,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": {}
+}