{
  "name": "@slamb/multipart-stream",
  "version": "1.0.0",
  "description": "multipart stream parser",
  "main": "multipart-stream.js",
  "scripts": {
    "test": "karma start karma.config.js",
    "lint": "eslint multipart-stream.js test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scottlamb/multiparse-parse-js.git"
  },
  "keywords": [
    "multipart stream",
    "event stream",
    "multipart/x-mixed-replace",
    "multipart/mixed",
    "WHATWG Streams",
    "WHATWG Fetch"
  ],
  "author": "Scott Lamb <slamb@slamb.org>",
  "license": "MIT OR Apache-2.0",
  "bugs": {
    "url": "https://github.com/scottlamb/multiparse-parse-js/issues"
  },
  "homepage": "https://github.com/scottlamb/multiparse-parse-js#readme",
  "devDependencies": {
    "eslint": "^6.8.0",
    "eslint-config-google": "^0.14.0",
    "jasmine-core": "^3.5.0",
    "karma": "^4.4.1",
    "karma-chrome-launcher": "^3.1.0",
    "karma-firefox-launcher": "^1.3.0",
    "karma-jasmine": "^3.1.1"
  }
}
