{
  "name": "@rexxars/eventsource-polyfill",
  "version": "1.0.0",
  "description": "A browser polyfill for W3C EventSource (http://www.w3.org/TR/eventsource/)",
  "main": "src/eventsource.js",
  "scripts": {
    "test": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/rexxars/eventsource-polyfill.git"
  },
  "keywords": [
    "sse",
    "server",
    "sent",
    "events",
    "eventsource",
    "event-source",
    "polyfill"
  ],
  "author": "amvtek <devel@amvtek.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rexxars/eventsource-polyfill/issues"
  },
  "homepage": "https://github.com/rexxars/eventsource-polyfill#readme",
  "dependencies": {},
  "devDependencies": {
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.1",
    "eslint-config-sanity": "^1.149.0",
    "prettier": "^2.0.4"
  }
}
