{
  "name": "launchdarkly-eventsource",
  "version": "2.2.0",
  "description": "Fork of eventsource package - W3C compliant EventSource client for Node.js and browser (polyfill)",
  "keywords": [
    "eventsource",
    "http",
    "streaming",
    "sse",
    "polyfill"
  ],
  "homepage": "http://github.com/launchdarkly/js-eventsource",
  "author": "Aslak Hellesøy <aslak.hellesoy@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/launchdarkly/js-eventsource.git"
  },
  "bugs": {
    "url": "http://github.com/launchdarkly/js-eventsource/issues"
  },
  "directories": {
    "lib": "./lib"
  },
  "main": "./lib/eventsource",
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/launchdarkly/js-eventsource/raw/master/LICENSE"
    }
  ],
  "devDependencies": {
    "buffer-from": "^1.1.1",
    "express": "^4.15.3",
    "launchdarkly-js-test-helpers": "2.1.1",
    "mocha": "5.2.0",
    "nyc": "^15.0.0",
    "serve-static": "^1.12.3",
    "ssestream": "^1.0.0",
    "standard": "^10.0.2",
    "tunnel": "0.0.6",
    "webpack": "^3.5.6"
  },
  "scripts": {
    "test": "mocha --reporter spec --exit && standard 'src/**/*.js' 'test/**/*.js'",
    "polyfill": "webpack lib/eventsource-polyfill.js example/eventsource-polyfill.js",
    "coverage": "nyc --reporter=html --reporter=text _mocha --reporter spec",
    "act": "gh act --artifact-server-path=./tmp --env ACTIONS_RUNTIME_TOKEN=foo --env ACTIONS_RUNTIME_URL=http://localhost:8080/"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "dependencies": {},
  "standard": {
    "ignore": [
      "example/eventsource-polyfill.js"
    ]
  }
}
