forked from codenuel/ravepay-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.12 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
45
46
47
48
{
"name": "flutterwave-node",
"version": "1.2.2",
"description": "Official Node library for Rave by Flutterwave",
"main": "index.js",
"scripts": {
"test": "mocha **/*.test.js",
"test-watch": "nodemon --exec \"npm test\""
},
"keywords": [
"ravepay",
"flutterwave",
"ravebyflutterwave"
],
"author": "Flutterwave Developers",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Flutterwave/ravepay-nodejs.git"
},
"dependencies": {
"axios": "^0.21.1",
"bluebird": "^3.5.0",
"chai-as-promised-also-chain": "^1.0.2",
"md5": "2.2.1",
"morx": "0.0.5",
"node-forge": "0.10.0",
"q": "1.5.0",
"request": "^2.88.0",
"sha.js": "2.4.8",
"minimist": ">=0.2.1"
},
"devDependencies": {
"chai": "^4.1.1",
"chai-as-promised": "^7.1.1",
"dotenv": "^4.0.0",
"mocha": "^5.2.0",
"should": "^11.2.1"
},
"bugs": {
"url": "https://github.com/Flutterwave/ravepay-nodejs/issues"
},
"homepage": "https://github.com/Flutterwave/ravepay-nodejs#readme",
"directories": {
"lib": "lib",
"test": "test"
}
}