mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-31 06:03:03 +02:00
Rename to WireMock.Net
This commit is contained in:
43
src/WireMock.Net/project.json
Normal file
43
src/WireMock.Net/project.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"version": "1.0.0.0",
|
||||
"title": "WireMock.Net",
|
||||
"description": "Lightweight Http Mocking Server for .Net, inspired by WireMock from the Java landscape.",
|
||||
"authors": [ "Alexandre Victoor", "Stef Heyenrath" ],
|
||||
|
||||
"packOptions": {
|
||||
"summary": "Lightweight Http Mocking Server for .Net, inspired by WireMock from the Java landscape.",
|
||||
"tags": [ "tdd", "mock", "http", "wiremock", "test", "server", "unittest" ],
|
||||
"owners": [ "Stef Heyenrath" ],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/StefH/WireMock.Net"
|
||||
},
|
||||
"projectUrl": "https://github.com/StefH/WireMock.Net",
|
||||
"iconUrl": "https://raw.githubusercontent.com/StefH/WireMock.Net/master/WireMock.Net-Logo.png",
|
||||
"licenseUrl": "https://raw.githubusercontent.com/StefH/WireMock.Net/master/LICENSE",
|
||||
"releaseNotes": "First version"
|
||||
},
|
||||
|
||||
"buildOptions": {
|
||||
"xmlDoc": true
|
||||
},
|
||||
|
||||
"dependencies": {
|
||||
"JetBrains.Annotations": {
|
||||
"version": "10.2.1",
|
||||
"type": "build"
|
||||
},
|
||||
"Handlebars.Net": "1.8.0",
|
||||
"Newtonsoft.Json": "6.0.8",
|
||||
"XPath2": "1.0.3.1"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
"net45": {
|
||||
"dependencies": {
|
||||
},
|
||||
"frameworkAssemblies": {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user