{
  "name": "@minmaxindustries/mws-sdk",
  "description": "Amazon Marketplace Web Services client with support for all api calls, using ES6 Promises.",
  "keywords": [ "mws", "amazon", "marketplace", "fba", "sellers" ],
  "homepage": "http://_",
  "version": "1.0.7",
  "author": {
    "name": "Ibrahim Zahoor",
    "email": "ibrahim@qbatch.com",
    "url": "http://www.qbatch.com"
  },
  "contributors": [{
    "name": "Waqas Awam",
    "email": "waqas.awan@qbatch.com"
  }],
  "main": "./lib/mws",
  "directories": {
    "lib": "./lib"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vedmalex/mws-sdk.git"
  },
  "dependencies": {
    "bluebird": "3.4.1",
    "mdurl": "^1.0.1",
    "request": "^2.60.0",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "assert": "^1.3.0",
    "mocha": "^2.2.5"
  },
  "scripts": {
    "test": "mocha -t 5000"
  },
  "bugs": {
    "url": "https://github.com/ticadia/mws-sdk/issues"
  }
}
