{
  "name": "mwbot",
  "version": "2.1.3",
  "description": "A simple, flexible MediaWiki Bot",
  "main": "src/index.js",
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "dependencies": {
    "bluebird": "^3.7.2",
    "request": "^2.88.2",
    "semlog": "^0.6.10",
    "semver": "^7.3.8"
  },
  "devDependencies": {
    "chai": "^4.3.7",
    "chai-as-promised": "^7.1.1",
    "grunt": "^1.5.3",
    "grunt-cli": "^1.4.3",
    "grunt-eslint": "^24.0.0",
    "grunt-mocha-cli": "^7.0.0",
    "grunt-mocha-istanbul": "^5.0.2",
    "istanbul": "^0.4.5",
    "load-grunt-tasks": "^5.1.0",
    "time-grunt": "^2.0.0"
  },
  "scripts": {
    "test-coverage": "grunt lint test-coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gesinn-it-pub/mwbot.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "MediaWiki",
    "Bot",
    "Upload",
    "API",
    "Promises",
    "MW"
  ],
  "author": {
    "name": "Simon Heimler",
    "mail": "heimlersimon@gmail.com",
    "url": "http://www.fannon.de"
  },
  "contributors": [
    {
      "name": "gesinn.it GmbH & Co. KG",
      "email": "github@gesinn.it",
      "url": "https://gesinn.it"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gesinn-it-pub/mwbot/issues"
  },
  "homepage": "https://github.com/gesinn-it-pub/mwbot#readme"
}
