sinch-request
Version:
Library for signing and verifying Sinch API http REST-requests for client (web/node) or backend.
39 lines (38 loc) • 742 B
JSON
{
"name": "sinch-request",
"version": "0.0.8",
"description": "Library for signing and verifying Sinch API http REST-requests for client (web/node) or backend.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Sinch",
"browserify",
"SMS",
"VoIP",
"calling",
"video",
"datachannel",
"webrtc",
"SDK",
"request",
"signing",
"signature",
"digest",
"http auth",
"http",
"backend",
"callback",
"portal",
"dashboard",
"PAPI"
],
"author": "Magnus Lundstedt",
"license": "MIT",
"dependencies": {
"assert-plus": "^0.1.5",
"create-hash": "^1.1.1",
"create-hmac": "^1.1.3"
}
}