{
  "name": "@financial-times/spoor-client",
  "version": "2.3.0",
  "description": "Javascript client for the Spoor API",
  "main": "lib/index.js",
  "scripts": {
    "test": "make test",
    "prepublish": "make && npm-package-integrity"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Financial-Times/spoor-client.git"
  },
  "author": "Ifeanyi Isitor",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Financial-Times/spoor-client/issues"
  },
  "homepage": "https://github.com/Financial-Times/spoor-client",
  "devDependencies": {
    "babel-cli": "^6.8.0",
    "babel-plugin-add-module-exports": "^0.1.4",
    "babel-preset-es2015": "^6.6.0",
    "babel-register": "^6.8.0",
    "mocha": "^2.4.5",
    "nock": "^8.0.0",
    "npm-package-integrity": "^1.1.1"
  },
  "dependencies": {
    "@financial-times/n-logger": "^5.3.0",
    "node-fetch": "^1.5.1",
    "uuid": "^2.0.3"
  }
}
