aboutsummaryrefslogtreecommitdiffstats
path: root/demo/package.json
blob: 6403c1989e4940529dd25a1148ac0e048adc9f68 (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": {
        "core-js": "^3.6.4",
        "custom-event-polyfill": "^1.0.7",
        "raven-js": "^3.27.2",
        "shr-buttons": "2.0.3",
        "url-polyfill": "^1.1.8"
    }
}