yavsc/Yavsc.Abstract/project.json

40 lines
986 B
JSON

7 years ago
{
7 years ago
"version": "1.0.5-*",
7 years ago
"description": "Yavsc Client Api",
"authors": [
7 years ago
"Paul Schneider <paul@pschneider.fr>"
7 years ago
],
7 years ago
"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"
]
},
7 years ago
"tooling": {
"defaultNamespace": "Yavsc"
},
"dependencies": {
"Newtonsoft.Json": "9.0.1"
7 years ago
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.ComponentModel.DataAnnotations": "4.0.0"
7 years ago
}
}
8 years ago
}
}