{
  "name": "gm-http",
  "version": "0.2.1",
  "description": "Http module for Greasyfork Script",
  "main": "./dist/index.js",
  "typings": "./index.d.ts",
  "scripts": {
    "test": "ava",
    "build": "webpack --display-error-details --progress --colors",
    "start": "webpack --display-error-details --progress --colors --watch",
    "generate": "all-contributors generate",
    "deploy": "gh-pages -d ./dist",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
    "docs": "docsify serve docs"
  },
  "keywords": [
    "typescript",
    "greasyfork",
    "script",
    "http"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/axetroy/gm-http.git"
  },
  "author": "Axetroy",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/axetroy/gm-http/issues"
  },
  "homepage": "https://github.com/axetroy/gm-http#readme",
  "devDependencies": {
    "all-contributors-cli": "^4.0.1",
    "ava": "^0.25.0",
    "conventional-changelog": "^1.1.3",
    "docsify": "^4.1.14",
    "gh-pages": "^1.0.0",
    "ts-loader": "^3.0.0",
    "typescript": "^2.4.1",
    "webpack": "^3.2.0"
  },
  "dependencies": {}
}
