UNPKG

sap-cf-destination

Version:

convenience utility for calling a URL via a SAP CF destination

38 lines (37 loc) 798 B
{ "name": "sap-cf-destination", "version": "0.3.1", "description": "convenience utility for calling a URL via a SAP CF destination", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/vobu/sap-cf-destination.git" }, "keywords": [ "SAP", "CF", "cloud", "foundry", "destinations", "connectivity", "proxy" ], "author": "Volker Buzek <volker.buzek@js-soft.com>", "license": "Apache-2.0", "dependencies": { "cfenv": "^1.2.3", "oauth": "^0.9.15", "request": "^2.88.0", "request-promise": "^4.2.5" }, "devDependencies": { "chai": "^4.3.4", "chai-as-promised": "^7.1.1", "json-server": "^0.16.3", "mocha": "^8.3.2", "rewire": "^5.0.0" } }