-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
41 lines (41 loc) · 887 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
{
"name": "quickbooks",
"version": "1.0.4",
"description": "node.js client for Intuit's QuickBooks Payments",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/mcohen01/quickbooks.git"
},
"keywords": [
"quickbooks",
"intuit"
],
"author": "Michael Cohen",
"license": "ISC",
"dependencies": {
"node-uuid": "^1.4.1",
"querystring": "0.2.0",
"request": "2.67.0",
"request-debug": "0.0.1",
"underscore": "1.6.0",
"util": "0.10.3"
},
"devDependencies": {
"async": "0.9.0",
"expect": "0.1.1",
"mocha": "2.2.5",
"request-debug": "^0.2.0"
},
"directories": {
"example": "example",
"test": "test"
},
"bugs": {
"url": "https://github.com/mcohen01/quickbooks/issues"
},
"homepage": "https://github.com/mcohen01/quickbooks"
}