{
  "name": "@darrinholst/node-quickbooks",
  "version": "2.0.33",
  "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",
    "jxon": "^2.0.0-beta.5",
    "moment": "^2.19.3",
    "querystring": "0.2.0",
    "request": "2.88.0",
    "request-debug": "0.2.0",
    "underscore": "1.6.0",
    "util": "0.10.3",
    "uuid": "^3.1.0"
  },
  "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"
}
