{
  "name": "media-device-id",
  "version": "1.0.1",
  "description": "Assure retrieving your correct media device ID using browser's WebRTC API (very useful to handle Safari issue which changes the devices IDs after route transitions or page reloadings).",
  "main": "./src/media-device-id.js",
  "scripts": {
    "test": "jest",
    "tdd": "jest --bail --watch",
    "build": "bash ./build.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Mazuh/media-device-id.git"
  },
  "keywords": [
    "webrtc",
    "media",
    "device",
    "id",
    "safari"
  ],
  "author": "Marcell \"Mazuh\" Guilherme Costa da Silva",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Mazuh/media-device-id/issues"
  },
  "homepage": "https://github.com/Mazuh/media-device-id#readme",
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/plugin-transform-runtime": "^7.2.0",
    "@babel/preset-env": "^7.2.3",
    "@babel/runtime": "^7.2.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-loader": "^8.0.4",
    "jest": "^23.6.0",
    "webpack": "^4.28.2",
    "webpack-cli": "^3.1.2"
  }
}
