{
  "name": "538",
  "version": "2.1.0",
  "description": "Get the latest presidential polling forecasts from fivethirtyeight.com",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/SlexAxton/node-538.git"
  },
  "keywords": [
    "538",
    "president",
    "clinton",
    "trump",
    "usa"
  ],
  "bin": {
    "538": "index.js"
  },
  "author": "Alex Sexton <alexsexton@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "charm": "^1.0.1",
    "request": "^2.74.0",
    "right-pad": "^1.0.1"
  }
}
