Files
Alive.Net/src/Alive.Net.UnitTests/project.json
2016-03-16 21:33:52 -04:00

20 lines
408 B
JSON

{
"version": "1.0.0-*",
"description": "Alive.Net.UnitTests Class Library",
"authors": [ "Tommy Parnell" ],
"tags": [ "" ],
"projectUrl": "",
"licenseUrl": "",
"dependencies": {
"Alive.Net": "",
"xunit": "2.1.0",
"xunit.runner.dnx": "2.1.0-rc1-build204",
"Moq": "4.2.1507.118"
},
"frameworks": {
"dnx451": { }
},
"commands": {
"test": "xunit.runner.dnx"
}
}