UNPKG

node-quickbooks-oauth2

Version:

node.js client for Intuit's IPP QuickBooks V3 API.

46 lines (45 loc) 1.03 kB
{ "name": "node-quickbooks-oauth2", "version": "2.0.13", "description": "node.js client for Intuit's IPP QuickBooks V3 API.", "main": "index.js", "scripts": { "test": "mocha" }, "keywords": [ "Intuit", "QuickBooks", "IPP" ], "author": "Michael Cohen modified by Peter Vogel of Intuit", "license": "ISC", "dependencies": { "bluebird": "2.9.25", "moment": "^2.8.2", "node-uuid": "^1.4.1", "querystring": "0.2.0", "request": "2.74.0", "request-debug": "0.0.1", "underscore": "1.6.0", "util": "0.10.3" }, "devDependencies": { "mocha": "2.2.5", "expect": "0.1.1", "async": "0.9.0", "bluebird": "2.9.25", "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" }