UNPKG

mashape-oauth-js

Version:

Library for handling OAuth (1.0a, Echo, XAuth, and 2.0) Requests and Responses

42 lines (41 loc) 726 B
{ "name": "mashape-oauth-js", "version": "0.1.73", "description": "Library for handling OAuth (1.0a, Echo, XAuth, and 2.0) Requests and Responses", "main": "index.js", "directories": { "test": "tests" }, "dependencies": { "form-data": "^2.2.0", "request": "^2.81.0" }, "devDependencies": { "mocha": "~1.8.2" }, "scripts": { "test": "mocha" }, "repository": "", "keywords": [ "authentication", "oauth", "http", "request", "response", "hmac", "sha1", "plaintext", "rsa", "1.0a", "2.0", "echo", "xauth", "2-legged", "3-legged", "two-legged", "three-legged" ], "author": "Nijiko Yonskai", "license": "MIT" }