forked from Olufemiobafunmiso/Flutterwave-node-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.09 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.09 KB
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
37
38
39
40
41
42
43
44
{
"name": "flutterwave-node-v3",
"version": "1.0.11",
"description": "The official Node.JS library for Flutterwave v3 payment APIs",
"main": "index.js",
"scripts": {
"test": "mocha **/*.test.js",
"test-watch": "nodemon --exec \"npm test\""
},
"keywords": [],
"author": "Flutterwave Developers",
"license": "MIT",
"dependencies": {
"axios": "^0.21.4",
"bluebird": "^3.7.2",
"chai-as-promised-also-chain": "^1.0.2",
"md5": "^2.3.0",
"morx": "0.0.5",
"node-forge": "1.3.0",
"q": "^1.5.1",
"request": "~2.88.2",
"sha.js": "^2.4.11"
},
"devDependencies": {
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"mocha": "^9.2.2",
"should": "^13.2.3"
},
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Flutterwave/Flutterwave-node-v3.git"
},
"bugs": {
"url": "https://github.com/Flutterwave/Flutterwave-node-v3/issues"
},
"homepage": "https://github.com/Flutterwave/Flutterwave-node-v3#readme"
}