newman-reporter-csv
Version:
A CSV reporter for Newman.
22 lines (21 loc) • 414 B
JSON
{
"name": "newman-reporter-csv",
"version": "1.3.0",
"description": "A CSV reporter for Newman.",
"main": "index.js",
"author": "Matt Ball",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/matt-ball/newman-reporter-csv.git"
},
"keywords": [
"newman",
"reporter",
"csv",
"postman"
],
"devDependencies": {
"standard": "^14.3.3"
}
}