diff options
| author | Samantha Marshall <samdmarshall@users.noreply.github.com> | 2017-04-16 12:09:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-16 12:09:37 -0400 |
| commit | ac64b31970fb3cdd90790cf61e5def4931ad1c10 (patch) | |
| tree | 3a8b75967dba9f5a43b1c944490cdbbe3e8e293f | |
| parent | 654ca497a56594d306a324ebb61b84d7facd6ac1 (diff) | |
| parent | f9d5becccb532d134474910caf48d08568e1bb9d (diff) | |
| download | packages-ac64b31970fb3cdd90790cf61e5def4931ad1c10.tar.gz packages-ac64b31970fb3cdd90790cf61e5def4931ad1c10.zip | |
Merge branch 'master' into add-pluginmanager1240
| -rw-r--r-- | packages.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages.json b/packages.json index bc6396d..1022866 100644 --- a/packages.json +++ b/packages.json @@ -6218,5 +6218,22 @@ "description": "Simple plugin implementation", "license": "BSD 3-Clause", "web": "https://github.com/samdmarshall/plugin-manager" + }, + { + "name": "node", + "url": "https://github.com/tulayang/nimnode", + "method": "git", + "tags": [ + "async", + "io", + "socket", + "net", + "tcp", + "http", + "libuv" + ], + "description": "Library for async programming and communication. This Library uses a future/promise, non-blocking I/O model based on libuv.", + "license": "MIT", + "web": "http://tulayang.github.io/node/" } ] |
