aboutsummaryrefslogtreecommitdiff
path: root/haxelib.json
diff options
context:
space:
mode:
authorrc_05 <contact@rc-05.com>2024-05-14 01:07:07 +0200
committerrc_05 <contact@rc-05.com>2024-05-14 01:18:42 +0200
commit875e8b54c907c60682567a6f900cbf99bedf55c5 (patch)
tree44dc606fa92217781cb33393810b778ebd76cf36 /haxelib.json
downloadhaxe-tester-875e8b54c907c60682567a6f900cbf99bedf55c5.tar.gz
First commit.
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": {}
+}