{
  "name": "presentation-service",
  "version": "2.1.8",
  "description": "SDK for the presentation service",
  "main": "sdk.js",
  "scripts": {
    "test": "mocha --recursive test/",
    "lint": "jshint sdk.js lib/",
    "pretest": "npm run lint",
    "posttest": "david || true"
  },
  "license": "ISC",
  "dependencies": {
    "highland": "2.7.4",
    "ramda": "0.21.0",
    "superagent": "1.8.3",
    "winston": "2.2.0"
  },
  "devDependencies": {
    "chai": "3.5.0",
    "jshint": "2.9.1",
    "mocha": "2.4.5",
    "rewire": "2.5.1",
    "presentation-service-server": "2.1.10",
    "sinon": "1.17.3",
    "david": "7.0.1"
  }
}