21 lines
544 B
JSON
21 lines
544 B
JSON
{
|
|
"version": "0.1-alpha-*",
|
|
"resources": "TestFiles/**/*",
|
|
"dependencies": {
|
|
"Moq": "4.2.1312.1622",
|
|
"Microsoft.AspNet.Razor": "",
|
|
"Microsoft.AspNet.Testing": "0.1-alpha-*",
|
|
"xunit.abstractions": "2.0.0-aspnet-*",
|
|
"xunit.assert": "2.0.0-aspnet-*",
|
|
"xunit.core": "2.0.0-aspnet-*",
|
|
"xunit.execution": "2.0.0-aspnet-*",
|
|
"Xunit.KRunner": "0.1-alpha-*"
|
|
},
|
|
"commands": {
|
|
"test": "Xunit.KRunner"
|
|
},
|
|
"configurations": {
|
|
"net45": { }
|
|
}
|
|
}
|