|
{
|
|
"dependencies": {
|
|
"Microsoft.AspNet.WebSockets.Protocol": "",
|
|
"Microsoft.AspNet.WebSockets.Client": "",
|
|
"Xunit.KRunner": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"net45": {
|
|
"dependencies": {
|
|
"System.Runtime" : ""
|
|
}
|
|
}
|
|
},
|
|
"commands": {
|
|
"test": "Xunit.KRunner"
|
|
}
|
|
}
|