From 43339fae42a9500f8312dd8f78783d894c21beb0 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sat, 18 Mar 2017 16:42:05 +0100 Subject: Added gamelight package --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 74d6d18..e77535a 100644 --- a/packages.json +++ b/packages.json @@ -6095,5 +6095,20 @@ "description": "wrapper for communicating with InfluxDB over the REST interface", "license": "BSD 3-Clause", "web": "https://github.com/samdmarshall/influx.nim" + }, + { + "name": "gamelight", + "url": "https://github.com/dom96/gamelight", + "method": "git", + "tags": [ + "js", + "library", + "graphics", + "collision", + "2d" + ], + "description": "A set of simple modules for writing a JavaScript 2D game.", + "license": "MIT", + "web": "https://github.com/dom96/gamelight" } ] -- cgit v1.2.3