@freeyeon2/oauth-1.0a
Version:
OAuth 1.0a Request Authorization for Node and Browser.
39 lines (33 loc) • 775 B
JSON
{
"name": "@freeyeon2/oauth-1.0a",
"version": "0.0.6",
"description": "OAuth 1.0a Request Authorization for Node and Browser.",
"scripts": {
"test": "mocha"
},
"main": "oauth-1.0a.js",
"types": "oauth-1.0a.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/call203/oauth-1.0a.git"
},
"keywords": [
"oauth",
"1.0a",
"oauth1.0a",
"authorize",
"signature",
"nonce",
"consumer"
],
"author": "freeyeon2",
"license": "MIT",
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.3",
"dotenv": "^8.0.0",
"istanbul": "^0.4.5",
"mocha": "^6.1.4",
"request": "^2.88.0"
}
}