37 lines
682 B
JSON
37 lines
682 B
JSON
|
{
|
||
|
"name": "sendotp",
|
||
|
"version": "1.2.9",
|
||
|
"description": "Integrate sendotp",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "mocha --reporter spec"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/MSG91/sendotp-node"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"SendOtp",
|
||
|
"Flow",
|
||
|
"Node",
|
||
|
"API"
|
||
|
],
|
||
|
"author": "Priyanka P",
|
||
|
"license": "MIT",
|
||
|
"homepage": "https://github.com/MSG91/sendotp-node",
|
||
|
"dependencies": {
|
||
|
"request": "^2.81.0"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/MSG91/sendotp-node/issues"
|
||
|
},
|
||
|
"directories": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"express": "^4.16.3",
|
||
|
"mocha": "*",
|
||
|
"nock": "*"
|
||
|
}
|
||
|
}
|