authmagic-smsc-plugin
Version:
<img src="https://github.com/authmagic/authmagic/blob/master/docs/images/logo.png?raw=true" width="300px"/>
31 lines (30 loc) • 576 B
JSON
{
"name": "authmagic-smsc-plugin",
"version": "0.0.14",
"description": "",
"main": "plugin.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"auth",
"authentication",
"authorization",
"openid",
"oauth2",
"sms",
"smsc"
],
"author": "Oleksandr Knyga <oleksandrknyga@gmail.com>",
"license": "MIT",
"dependencies": {
"bitly": "github:knyga/node-bitly#master",
"lodash": "^4.17.10",
"moment": "^2.29.1",
"node-fetch": "^2.2.0",
"shorturl-2": "0.0.7"
},
"devDependencies": {
"mocha": "^5.2.0"
}
}