forked from mderazon/creditguard-node
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1020 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
35
36
37
38
39
40
41
42
43
44
{
"name": "creditguard",
"version": "0.0.5",
"description": "Simple wrapper for Creditguard API",
"homepage": "https://github.com/mderazon/creditguard-node",
"author": {
"name": "Michael Derazon",
"email": "[email protected]",
"url": "http://drzon.net"
},
"repository": {
"type": "git",
"url": "git://github.com/mderazon/creditguard-node.git"
},
"bugs:": "https://github.com/mderazon/creditguard-node/issues",
"engines": {
"node": ">= 0.6.8"
},
"main": "./lib/creditguard",
"dependencies": {
"jsontoxml": "0.0.11",
"pretty-data": "^0.40.0",
"request": "2.34.0",
"request-promise": "^4.2.1",
"xml2js": "0.4.2"
},
"devDependencies": {
"chai": "*",
"mocha": "*"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha -u tdd -t 5000 test/test-*.js"
},
"maintainers": [
{
"name": "mderazon",
"email": "[email protected]"
},
{
"name": "dearwish",
"email": "[email protected]"
}
]
}