{
  "name": "disconnect",
  "description": "A full-featured Discogs API v2.0 client library",
  "version": "1.2.2",
  "keywords": ["discogs", "api", "client", "oauth"],
  "homepage": "https://github.com/bartve/disconnect",
  "bugs": "https://github.com/bartve/disconnect/issues",
  "license": "MIT",
  "author": "Bart van Eijck <voodoo107@hotmail.com>",
  "main": "index.js",
  "directories": {
    "lib": "./lib"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bartve/disconnect.git"
  },
  "scripts": {
    "test": "node test/all.js"
  },
  "dependencies": {
    "oauth-1.0a": "2.x.x"
  },
  "devDependencies": {
    "nock": "2.x.x",
    "wru": "0.x.x"
  },
  "engines": {
    "node": ">= 0.12.0"
  }
}