-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.02 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
45
46
47
{
"name": "node-converge",
"version": "1.1.2",
"main": "./converge",
"description": "Elavon Converge API wrapper for Node.js",
"author":
{
"name": "Starchup Inc",
"email": "[email protected]",
"url": "http://starchup.com"
},
"keywords": [
"starchup"
],
"repository":
{
"type": "git",
"url": "git+ssh://[email protected]/Starchup/node-converge.git"
},
"engines":
{
"node": ">= 0.10"
},
"dependencies":
{
"fast-xml-parser": "3.16.0",
"request": "2.88.2",
"request-promise": "4.2.5"
},
"devDependencies":
{
"mocha": "7.1.2",
"chai": "4.2.0",
"jshint": "2.11.0"
},
"scripts":
{
"pretest": "jshint .",
"test": "mocha --timeout 5000 --exit"
},
"readmeFilename": "README.md",
"bugs":
{
"url": "https://github.com/Starchup/node-converge/issues"
},
"homepage": "https://github.com/Starchup/node-converge"
}