{
  "name": "@unspezifisch/event-source-polyfill",
  "version": "1.0.30",
  "description": "Fork of yaffle eventsource polyfill without his last commit",
  "main": "src/eventsource.js",
  "scripts": {
    "build": "grunt"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/spezifisch/EventSource.git"
  },
  "keywords": [
    "sse",
    "server sent events",
    "eventsource",
    "event-source",
    "polyfill"
  ],
  "files": [
    "src/*"
  ],
  "author": "Yaffle",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/spezifisch/EventSource/issues"
  },
  "homepage": "https://github.com/spezifisch/EventSource",
  "devDependencies": {
    "grunt": "^1.4.1",
    "grunt-cli": "^1.4.3",
    "grunt-contrib-uglify": "^5.0.1"
  }
}
