default namesapce
parent
bae3e68915
commit
1056792323
@ -1,49 +1,51 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.5-*",
|
"version": "1.0.5-*",
|
||||||
"title": "Yavsc - les tests",
|
"title": "Yavsc - les tests",
|
||||||
"description": "Yavsc xUnit testing",
|
"description": "Yavsc xUnit testing",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Paul Schneider <paul@pschneider.fr>"
|
"Paul Schneider <paul@pschneider.fr>"
|
||||||
],
|
],
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/pazof/yavsc"
|
"url": "https://github.com/pazof/yavsc"
|
||||||
},
|
|
||||||
"licenseUrl": "https://github.com/pazof/yavsc/blob/vnext/LICENSE",
|
|
||||||
"requireLicenseAcceptance": true,
|
|
||||||
"owners": [
|
|
||||||
"Paul Schneider <paul@pschneider.fr>"
|
|
||||||
],
|
|
||||||
"summary": "Yet another very small company",
|
|
||||||
"projectUrl": "http://yavsc.pschneider.fr",
|
|
||||||
"tags": [
|
|
||||||
"Blog",
|
|
||||||
"Blog",
|
|
||||||
"PoS",
|
|
||||||
"Chat"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"tooling": {
|
|
||||||
"defaultNamespace": "Yavsc"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"licenseUrl": "https://github.com/pazof/yavsc/blob/vnext/LICENSE",
|
||||||
"Yavsc": {
|
"requireLicenseAcceptance": true,
|
||||||
"target": "project"
|
"owners": [
|
||||||
},
|
"Paul Schneider <paul@pschneider.fr>"
|
||||||
"Newtonsoft.Json": "9.0.1",
|
],
|
||||||
"xunit": "2.1.0",
|
"summary": "Yet another very small company",
|
||||||
"xunit.analyzers": "0.9.0",
|
"projectUrl": "http://yavsc.pschneider.fr",
|
||||||
"xunit.assert": "2.1.0",
|
"tags": [
|
||||||
"xunit.runner.console": "2.1.0",
|
"Blog",
|
||||||
"Microsoft.Dnx.TestHost": "1.0.0-rc1-final",
|
"Blog",
|
||||||
"Microsoft.Dnx.Runtime": "1.0.0-rc1-final",
|
"PoS",
|
||||||
"xunit.runner.dnx": "2.1.0-rc1-build204"
|
"Chat"
|
||||||
},
|
]
|
||||||
"frameworks": {
|
},
|
||||||
"dnx451": {}
|
"tooling": {
|
||||||
|
"defaultNamespace": "Yavsc"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"Yavsc": {
|
||||||
|
"target": "project"
|
||||||
},
|
},
|
||||||
"commands": {
|
"Newtonsoft.Json": "9.0.1",
|
||||||
"test": "xunit.runner.dnx"
|
"xunit": "2.1.0",
|
||||||
}
|
"xunit.analyzers": "0.9.0",
|
||||||
|
"xunit.assert": "2.1.0",
|
||||||
|
"xunit.runner.console": "2.1.0",
|
||||||
|
"Microsoft.Dnx.TestHost": "1.0.0-rc1-final",
|
||||||
|
"Microsoft.Dnx.Runtime": "1.0.0-rc1-final",
|
||||||
|
"xunit.runner.dnx": "2.1.0-rc1-build204",
|
||||||
|
"Yavsc.Abstract": "1.0.5-rc21-beta5",
|
||||||
|
"Yavsc.Server": "1.0.5-rc21-beta5"
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"dnx451": {}
|
||||||
|
},
|
||||||
|
"commands": {
|
||||||
|
"test": "xunit.runner.dnx"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue