diff options
| author | Yuriy Glukhov <yglukhov@users.noreply.github.com> | 2016-09-15 13:16:25 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-15 13:16:25 +0300 |
| commit | 97e73be7f5276790fc9de98d79be2ff448ac6d58 (patch) | |
| tree | 8faa6ff18a32ee8a4bb39b13f0e60f76b3628048 | |
| parent | fa1a209c49c921f68e07f3215655dd07d1350ccd (diff) | |
| download | packages-97e73be7f5276790fc9de98d79be2ff448ac6d58.tar.gz packages-97e73be7f5276790fc9de98d79be2ff448ac6d58.zip | |
Added jsbind lib
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
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" } ] |
