-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.03 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.03 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
49
50
{
"name": "paystack-transfer",
"version": "0.1.2",
"license": "MIT",
"main": "index.js",
"engines": {
"node": ">=4"
},
"homepage": "https://github.com/Lekky71/paystack-transfer",
"keywords": [
"payment",
"API",
"naira",
"paystack",
"transfer",
"paystack-transfer",
"paystack library"
],
"bundleDependencies": false,
"deprecated": false,
"author": {
"name": "Fakorede Oluwaleke",
"email": "[email protected]"
},
"dependencies": {
"promise": "^7.3.1",
"request": "^2.85.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.5.3"
},
"scripts": {
"test": "mocha ./tests/*.js --reporter spec --timeout 10000"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "paystack-transfer",
"name": "paystack-transfer",
"escapedName": "paystack-transfer",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lekky71/paystack-transfer.git"
}
}