-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 753 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 753 Bytes
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
{
"name": "hellocash-node",
"version": "1.0.1",
"description": "Hello Cash API Node Client",
"main": "index.js",
"scripts": {
"test": "npm run test-unit && npm run test-integration",
"test-unit": "mocha tests/unit/*.test.js",
"test-integration": "mocha --exit tests/integrations/*.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/lestoni/hellocash-node.git"
},
"keywords": [
"hellocash",
"belcash",
"cash"
],
"author": "Tony Mutai",
"license": "MIT",
"bugs": {
"url": "https://github.com/lestoni/hellocash-node/issues"
},
"homepage": "https://github.com/lestoni/hellocash-node#readme",
"dependencies": {
"axios": "^0.18.0",
"query-string": "^6.1.0"
}
}