22 lines
583 B
JSON
22 lines
583 B
JSON
{
|
|
"commands": {
|
|
"test": "Xunit.KRunner"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
|
|
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*",
|
|
"Xunit.KRunner": "1.0.0-*"
|
|
},
|
|
"configurations": {
|
|
"net45": {
|
|
"dependencies": {
|
|
"System.Runtime": "",
|
|
"System.Runtime.Extensions": "",
|
|
"System.Net.Http": "",
|
|
"System.Net.Http.WebRequest": "",
|
|
"System.Xml": "",
|
|
"System.Data": ""
|
|
}
|
|
}
|
|
}
|
|
} |