From f40511a957e8fb615079e064ff87b98c78b09cc3 Mon Sep 17 00:00:00 2001 From: Simon Krajewski Date: Wed, 2 Dec 2015 20:49:51 +0100 Subject: [PATCH] update haxelib.json --- haxelib.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/haxelib.json b/haxelib.json index 61bc269..463e1aa 100644 --- a/haxelib.json +++ b/haxelib.json @@ -2,7 +2,11 @@ "name": "haxeparser", "url": "https://github.com/Simn/haxeparser", "classPath": "src", + "license": "BSD", + "description": "A Haxe parser", + "version": "1.0.0", "contributors": ["Simn"], + "releasenote": "update", "dependencies": { "hxparse": "" }