Merge branch 'master' into add-pluginmanager1240

This commit is contained in:
Samantha Marshall 2017-04-16 12:09:37 -04:00 committed by GitHub
commit ac64b31970

View File

@ -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/"
}
]