Simon Priet e69a613a37 feat: Created a mini nodeJS server with NewMan for testing without PostMan GUI.
This will mimic a run in a CD/CI environment or docker container.
2021-09-08 14:01:19 +02:00

27 lines
716 B
JSON

{
"name": "http-reasons",
"version": "0.1.0",
"description": "Database to lookup http reasons from http response status code",
"author": "Postman Labs <help@postmanlabs.com>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postmanlabs/http-reasons.git"
},
"keywords": [
"postman",
"http-code",
"response-code",
"reason"
],
"author": "Shamasis Bhattacharya <mail@shamasis.net> (=)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/postmanlabs/http-reasons/issues"
},
"homepage": "https://github.com/postmanlabs/http-reasons#readme"
}