{
  "name": "bourse",
  "version": "11.1.3",
  "description": "Node wrapper for the Exchange API",
  "main": "index.js",
  "scripts": {
    "coverage": "nyc npm test",
    "mocha:json": "env NPM_ENV=test mocha --reporter json > coverage/mocha.json",
    "test": "istanbul cover _mocha -- -R spec --require coffee-coverage/register-istanbul",
    "test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/octoblu/bourse.git"
  },
  "keywords": [
    "bourse",
    "exchange"
  ],
  "author": "Octoblu, Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/octoblu/bourse/issues"
  },
  "homepage": "https://github.com/octoblu/bourse#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-subset": "^1.3.0",
    "coffee-coverage": "^1.0.1",
    "istanbul": "^0.4.5",
    "mocha": "^3.0.2",
    "mocha-istanbul": "^0.3.0",
    "nyc": "^10.3.2",
    "server-destroy": "^1.0.1",
    "shmock": "^0.8.1",
    "sinon": "^1.17.5",
    "sinon-chai": "^2.8.0"
  },
  "dependencies": {
    "async": "^2.0.1",
    "cheerio": "^0.22.0",
    "coffee-script": "^1.10.0",
    "debug": "^2.2.0",
    "email-addresses": "^2.0.2",
    "httpntlm": "^1.7.1",
    "lodash": "^4.15.0",
    "moment": "^2.14.1",
    "request": "^2.74.0",
    "urlregexp": "^1.0.2",
    "xml-nodes": "^0.1.5",
    "xml-objects": "^1.0.1",
    "xml2js": "^0.4.17"
  },
  "nyc": {
    "cache": true,
    "reporter": [
      "text-summary",
      "lcov",
      "json"
    ],
    "extension": [
      ".coffee"
    ]
  }
}
