yavsc/Yavsc.Abstract/project.json

40 lines
1 KiB
JSON
Raw Normal View History

2017-05-02 13:10:23 +02:00
{
2018-03-11 15:25:20 +01:00
"version": "1.0.5-*",
2018-01-11 21:34:50 +01:00
"description": "Yavsc Client Api",
"authors": [
2018-03-11 15:25:20 +01:00
"Paul Schneider <paul@pschneider.fr>"
2018-01-11 21:34:50 +01:00
],
2018-03-11 15:25:20 +01:00
"packOptions": {
"repository": {
"type": "git",
"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"
]
},
2018-01-11 21:34:50 +01:00
"tooling": {
"defaultNamespace": "Yavsc"
},
"dependencies": {
2018-03-12 23:49:05 +01:00
"Newtonsoft.Json": "9.0.1"
2018-01-11 21:34:50 +01:00
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.ComponentModel.DataAnnotations": "4.0.0",
"System.Json": "4.0.0"
}
}
2017-04-03 15:34:47 +02:00
}
2018-01-17 17:16:03 +01:00
}