-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 KB
/
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
40
41
42
43
44
{
"name": "gladepay-node",
"version": "0.7.0",
"description": "A NodeJS library that simplifies payment with Gladepay APIs",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*"
},
"engines": {
"node": ">=4.2.4"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/gladepay-apis/gladepay-node.git"
},
"keywords": [
"API",
"Payments",
"Fintech",
"Naira",
"Gladepay",
"Node",
"NPM",
"JavaScript"
],
"author": "Abubakar Hassan <abubakarhassan59@gmail.com> (https://www.twitter.com/itssadon/)",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/gladepay-apis/gladepay-node/issues"
},
"homepage": "https://gitlab.com/gladepay-apis/gladepay-node#readme",
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.2",
"istanbul": "^0.4.5",
"mocha": "^5.2.0"
},
"dependencies": {
"mitt": "^1.1.3",
"request": "^2.88.0",
"request-promise": "^4.2.2"
}
}