{
  "name": "chrome-webstore",
  "version": "2.0.2",
  "description": "Google Chrome Web Store HTTP Client",
  "keywords": [
    "chrome",
    "webstore",
    "extension"
  ],
  "license": "MIT",
  "homepage": "https://github.com/simov/chrome-webstore",
  "author": "Simeon Velichkov <simeonvelichkov@gmail.com> (https://simov.github.io)",
  "repository": {
    "type": "git",
    "url": "https://github.com/simov/chrome-webstore.git"
  },
  "dependencies": {
    "request-compose": "^2.1.7"
  },
  "devDependencies": {
    "request-logs": "^2.1.5"
  },
  "bin": {},
  "main": "./client.js",
  "types": "./client.d.ts",
  "type": "commonjs",
  "files": [
    "map/",
    "client.js",
    "client.d.ts",
    "LICENSE",
    "README.md",
    "package.json"
  ],
  "scripts": {},
  "engines": {
    "node": ">=8.0.0"
  }
}
