├── .gitignore ├── Dockerfile ├── LICENSE ├── README.md └── pacts └── billy-bobby.json /.gitignore: -------------------------------------------------------------------------------- 1 | .idea/ 2 | 3 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pact-foundation/pact-stub-server-archived/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pact-foundation/pact-stub-server-archived/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pact-foundation/pact-stub-server-archived/HEAD/README.md -------------------------------------------------------------------------------- /pacts/billy-bobby.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pact-foundation/pact-stub-server-archived/HEAD/pacts/billy-bobby.json --------------------------------------------------------------------------------