aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json17
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/"
}
]