forked from MSG91/sendotp-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 682 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "sendotp",
"version": "1.2.8",
"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": "*"
}
}