yavsc/Yavsc.Abstract/project.json

46 lines
1.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-05-28 05:59:03 +02:00
"title": "Yavsc - l'abstrait",
"description": "Yavsc Client&Server Api",
2018-01-11 21:34:50 +01:00
"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": {
2018-04-26 05:20:08 +02:00
"dnx451": {
"frameworkAssemblies": {
"System.ComponentModel.DataAnnotations": "4.0.0"
}
},
2018-01-11 21:34:50 +01:00
"net451": {
"frameworkAssemblies": {
2018-04-20 11:31:52 +02:00
"System.ComponentModel.DataAnnotations": "4.0.0"
2018-01-11 21:34:50 +01:00
}
}
2017-04-03 15:34:47 +02:00
}
2018-04-26 05:20:08 +02:00
}