forked from chargehound/chargehound-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 881 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 881 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
31
32
33
34
35
36
37
38
39
{
"name": "chargehound",
"version": "6.0.0",
"description": "Automatically fight disputes",
"main": "lib/index.js",
"engines": {
"node": ">= v8"
},
"scripts": {
"test": "standard && mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chargehound/chargehound-node.git"
},
"keywords": [
"api",
"chargebacks",
"chargehound",
"credit cards",
"disputes",
"stripe"
],
"author": "Chargehound <support@chargehound.com> (https://www.chargehound.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/chargehound/chargehound-node/issues"
},
"homepage": "https://github.com/chargehound/chargehound-node#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.0",
"nock": "^11.3.4",
"standard": "^14.3.0"
},
"dependencies": {
"es6-error": "^4.1.1"
}
}