loopback-socket
Version:
Loopback module for create Socket.io connections and allow call methods and make subscriptions
22 lines (21 loc) • 434 B
JSON
{
"name": "loopback-socket-example-angular1",
"description": "loopback",
"main": "server/server.js",
"authors": [
"Alex J. Rondón <arondn2@gmail.com>"
],
"license": "MIT",
"homepage": "https://github.com/arondn2/loopback-socket",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.5.11",
"angular-resource": "1.5.11"
}
}