-
Notifications
You must be signed in to change notification settings - Fork 235
/
package.json
46 lines (46 loc) · 1021 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
45
46
{
"name": "node-quickbooks",
"version": "2.0.45",
"description": "node.js client for Intuit's IPP QuickBooks V3 API.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"Intuit",
"QuickBooks",
"IPP"
],
"author": "Michael Cohen",
"license": "ISC",
"dependencies": {
"bluebird": "3.3.4",
"date-fns": "^2.9.0",
"fast-xml-parser": "^4.3.2",
"querystring": "0.2.0",
"request": "2.88.0",
"request-debug": "0.2.0",
"underscore": "1.12.1",
"util": "0.10.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"async": "0.9.0",
"bluebird": "2.9.25",
"expect": "0.1.1",
"mocha": "10.1.0",
"ramda": "0.17.1"
},
"directories": {
"example": "example",
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/mcohen01/node-quickbooks.git"
},
"bugs": {
"url": "https://github.com/mcohen01/node-quickbooks/issues"
},
"homepage": "https://github.com/mcohen01/node-quickbooks"
}