aboutsummaryrefslogtreecommitdiffstats
path: root/demo/package.json
blob: c8b0c83e8ec99575a3c2ab7bb707df55708d642d (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.22.3",
    "core-js": "^3.6.5",
    "custom-event-polyfill": "^1.0.7",
    "shr-buttons": "2.0.3",
    "url-polyfill": "^1.1.10"
  }
}