{
  "name": "presidential-election-data",
  "version": "2.3.1",
  "description": "unofficial repository, no affiliation with the FEC",
  "main": "index.js",
  "dependencies": {
    "lodash": "4.17.21"
  },
  "devDependencies": {
    "standard": "17.1.0",
    "superagent": "1.8.3"
  },
  "scripts": {
    "test": "standard"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brandly/presidential-election-data.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/brandly/presidential-election-data/issues"
  },
  "homepage": "https://github.com/brandly/presidential-election-data#readme",
  "standard": {
    "ignore": [
      "270towin/"
    ]
  }
}
