From f51f563503701d8fa22c500cd25da3ce756f8330 Mon Sep 17 00:00:00 2001 From: Joshua Date: Wed, 14 May 2014 20:29:35 -0400 Subject: [PATCH] Make it a haxelib --- haxelib.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 haxelib.json diff --git a/haxelib.json b/haxelib.json new file mode 100644 index 0000000..92f5563 --- /dev/null +++ b/haxelib.json @@ -0,0 +1,13 @@ +{ + "name": "HypGA", + "url": "https://github.com/hyperfiction/HypGA", + "license": "MIT", + "tags": [], + "description": "Google Analytics native extension for OpenFL", + "version": "1.0.0", + "releasenote": "", + "contributors": ["shoebox", "joshua_jandyco"], + "dependencies": { + "inthebox-macros":"" + } +}