-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 817 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
{
"name": "dohone-sdk",
"version": "1.0.13",
"description": "A JS SDK for easily use Dohone payment API",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mathermann/dohone-sdk-js.git"
},
"keywords": [
"Cameroon",
"Dohone",
"payment-integration",
"mobile-payments",
"sdk"
],
"author": {
"name": "mathermann",
"email": "wkouogangkamdem@gmail.com",
"homepage": "https://github.com/mathermann",
"role": "Computer Engineer"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mathermann/dohone-sdk-js/issues"
},
"homepage": "https://github.com/mathermann/dohone-sdk-js#readme",
"dependencies": {
"md5": "^2.2.1",
"request": "^2.88.0"
}
}