From 97e73be7f5276790fc9de98d79be2ff448ac6d58 Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Thu, 15 Sep 2016 13:16:25 +0300 Subject: [PATCH] Added jsbind lib --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 5ad4e40..33bba2f 100644 --- a/packages.json +++ b/packages.json @@ -5224,5 +5224,18 @@ "description": "OAuth library for nim", "license": "Apache License 2.0", "web": "http://cordea.github.io/oauth" + }, + { + "name": "jsbind", + "url": "https://github.com/yglukhov/jsbind", + "method": "git", + "tags": [ + "bindings", + "emscripten", + "javascript" + ], + "description": "Define bindings to JavaScript and Emscripten", + "license": "MIT", + "web": "https://github.com/yglukhov/jsbind" } ]