-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 840 Bytes
/
package.json
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
{
"name": "mpesalib",
"version": "0.0.2",
"description": "Daraja API nodejs library",
"main": "src/mpesalib.js",
"directories": {
"test": "test"
},
"dependencies": {
"constants": "^0.0.2",
"crypto": "^1.0.1",
"request": "^2.88.0",
"assert": "^1.4.1",
"dotenv": "^6.2.0",
"fs": "^0.0.1-security"
},
"devDependencies": {
"jshint": "^2.9.7",
"mocha": "^5.2.0"
},
"scripts": {
"test": "jshint src/mpesalib.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matrixjnr/mpesa-node-api.git"
},
"keywords": [
"Mpesa",
"Daraja",
"MpesaAPI"
],
"author": "John Simiyu",
"license": "MIT",
"bugs": {
"url": "https://github.com/matrixjnr/mpesa-node-api/issues"
},
"homepage": "https://github.com/matrixjnr/mpesa-node-api#readme"
}