20 lines
494 B
JSON
20 lines
494 B
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
|
|
"Microsoft.Framework.WebEncoders": "1.0.0-*",
|
|
"Moq": "4.2.1312.1622",
|
|
"Newtonsoft.Json": "6.0.6",
|
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
|
},
|
|
"commands": {
|
|
"test": "xunit.runner.aspnet"
|
|
},
|
|
"compilationOptions": {
|
|
"allowUnsafe": "true"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": { }
|
|
},
|
|
"resources": "..\\..\\unicode\\UnicodeData.txt"
|
|
}
|