gupshup-oauth
Version:
This is a sample oauth implementation for the bots platform on gupshup.io devtools
32 lines (31 loc) • 756 B
JSON
{
"name": "gupshup-oauth",
"version": "1.0.9",
"description": "This is a sample oauth implementation for the bots platform on gupshup.io devtools",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prafullsalunke/gupshup-oauth.git"
},
"keywords": [
"gupshup",
"oauth"
],
"author": "Prafull Salunke",
"license": "ISC",
"bugs": {
"url": "https://github.com/prafullsalunke/gupshup-oauth/issues"
},
"homepage": "https://github.com/prafullsalunke/gupshup-oauth#readme",
"dependencies": {
"crypto": "0.0.3",
"gupshup-utils": "^1.0.0",
"http": "0.0.0",
"https": "^1.0.0",
"querystring": "^0.2.0",
"url": "^0.11.0"
}
}