This commit is contained in:
Tommy Parnell
2017-10-18 21:42:15 -04:00
parent d4111a4938
commit 538628c485
31 changed files with 559 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "signalryo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@aspnet/signalr-client": "^1.0.0-alpha2-final"
}
}