{
  "name": "wikipedia-translator",
  "version": "1.2.0",
  "description": "Scrape translations from Wikipedia pages",
  "main": "index.js",
  "scripts": {
    "test": "jest test.js",
    "lint": "standard --fix"
  },
  "repository": "https://github.com/zeke/wikipedia-translator",
  "keywords": [
    "wikipedia",
    "language",
    "translation",
    "crowdsourcing",
    "scraper"
  ],
  "author": "zeke",
  "license": "MIT",
  "dependencies": {
    "cheerio": "~0.13.1",
    "request": "~2.31.0",
    "levenshtein": "~1.0.2"
  },
  "devDependencies": {
    "jest": "^26.6.3",
    "mocha": "~1.17.0",
    "should": "~2.1.1",
    "standard": "^16.0.3"
  },
  "standard": {
    "env": [
      "mocha"
    ]
  }
}
