{
  "name": "stop-media-stream",
  "version": "1.0.0",
  "description": "Stops all tracks in a MediaStream",
  "keywords": [
    "mediastream",
    "webrtc"
  ],
  "homepage": "https://github.com/bsonntag/stop-media-stream#readme",
  "bugs": {
    "url": "https://github.com/bsonntag/stop-media-stream/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bsonntag/stop-media-stream.git"
  },
  "license": "MIT",
  "author": "Benjamim Sonntag <benjamimsonntag@gmail.com>",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "test": "electron-mocha --renderer --color"
  },
  "devDependencies": {
    "@bsonntag/eslint-config": "^0.5.0",
    "chai": "^4.2.0",
    "electron": "^7.1.0",
    "electron-mocha": "^8.1.2",
    "eslint": "^6.6.0",
    "husky": "^3.0.9",
    "lint-staged": "^9.4.2",
    "prettier": "^1.18.2",
    "sort-package-json": "^1.22.1"
  }
}
