aboutsummaryrefslogtreecommitdiffstats
path: root/demo/package.json
blob: a4d12eef94ff497486dae6b0a74bd3089bd38c47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "plyr-demo",
  "version": "1.0.0",
  "description": "Demo for Plyr",
  "homepage": "https://plyr.io",
  "author": "Sam Potts <sam@potts.es>",
  "dependencies": {
    "@sentry/browser": "^5.15.5",
    "core-js": "^3.6.5",
    "custom-event-polyfill": "^1.0.7",
    "shr-buttons": "2.0.3",
    "url-polyfill": "^1.1.8"
  }
}