{
  "name": "anon",
  "description": "Tweet anonymous edits to Wikipedia from IP ranges.",
  "homepage": "http://github.com/edsu/anon",
  "license": "CC0-1.0",
  "version": "0.1.2",
  "dependencies": {
    "async": "^2.6.3",
    "ip-address": "^5.9.4",
    "mastodon": "^1.1.1",
    "minimist": "^1.2.5",
    "mustache": "2.3.0",
    "puppeteer": "^5.3.0",
    "twit": "^2.2.11",
    "wikichanges": "^0.2.9"
  },
  "devDependencies": {
    "mocha": "latest",
    "chai": "latest"
  },
  "engines": {
    "node": ">=6"
  },
  "scripts": {
    "test": "mocha --colors --reporter spec test.js",
    "start": "node anon.js",
    "mastodon": "node utils/mastodon.js"
  }
}
