{
  "name": "freshbooks-js",
  "package-name": "freshbooks-js",
  "author": {
    "name": "Gregory Tomlinson",
    "email": "gregory.tomlinson@gmail.com"
  },
  "version": "0.0.15",
  "description": "Freshbooks for NodeJS ES Harmoney",
  "main": "freshbooks.js",
  "scripts": {
    "test": "mocha --timeout 15000 --harmony-proxies --harmony-generators --harmony test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:gregory80/freshbooks-js.git"
  },
  "engines": {
    "node": "0.11.x"
  },
  "devDependencies": {
    "expect.js": "*",
    "mocha-co": "*"
  },
  "dependencies": {
    "oauth-sign": "*",
    "node-uuid": "*",
    "passport-oauth": "*",
    "es6-shim": "0.10.1",
    "xml2json": "*",
    "js2xmlparser": "0.1.3",
    "co": "3.0.4",
    "thunkify": "0.0.1",
    "request": "2.34.0"
  },
  "keywords": [
    "freshbooks"
  ],
  "license": "MIT"
}
