{
  "name": "eventsource-polyfill",
  "version": "0.9.6",
  "description": "A browser polyfill for W3C EventSource (http://www.w3.org/TR/eventsource/)",
  "main": "dist/browserify-eventsource.js",
  "directories": { "doc": "docs" },
  "files": [
    "dist/eventsource.js",
    "dist/browserify-eventsource.js"
  ],
  "scripts": {
    "test": "echo \"Error: to run browser tests, visit http://testevs.amvtek.com/\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/amvtek/EventSource.git"
  },
  "keywords": [
    "sse",
    "server sent events",
    "eventsource",
    "event-source",
    "polyfill"
  ],
  "author": "amvtek <devel@amvtek.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/amvtek/EventSource/issues"
  },
  "homepage": "https://github.com/amvtek/EventSource",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-uglify": "^0.6.0",
    "grunt-string-replace": "^1.0.0"
  }
}
