{
  "name": "oanda-exchange-rates",
  "version": "0.2.0",
  "description": "OANDA Exchange Rates API client module for nodejs",
  "homepage": "http://github.com/oanda/nodejs-exchange-rates",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha --reporter nyan"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/oanda/nodejs-exchange-rates"
  },
  "keywords": [
    "OANDA",
    "Forex",
    "Exchange",
    "Rates"
  ],
  "author": "Jerome Lecomte <jerome@oanda.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/oanda/nodejs-exchange-rates/issues"
  },
  "devDependencies": {
    "mocha": "~1.18.2",
    "should": "^3.3.1",
    "sinon": "^1.9.1"
  },
  "dependencies": {
    "https-proxy-agent": "^0.3.4"
  }
}
