UNPKG

postman-pat

Version:

Runs multiple postman collections in sequence, discovers vars by naming convention

36 lines (35 loc) 829 B
{ "name": "postman-pat", "version": "1.0.2", "description": "Runs multiple postman collections in sequence, discovers vars by naming convention", "main": "index.js", "bin": { "pat": "./index.js" }, "author": "Tim Williams", "license": "Apache-2.0", "dependencies": { "chalk": "^1.1.1", "commander": "^2.9.0", "json5": "^0.4.0", "newman": "^1.2.23", "queue-async": "^1.0.7" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/idlem1nd/postman-pat.git" }, "keywords": [ "Postman", "REST", "newman" ], "bugs": { "url": "https://github.com/idlem1nd/postman-pat/issues" }, "homepage": "https://github.com/idlem1nd/postman-pat#readme" }