aboutsummaryrefslogtreecommitdiffstats
path: root/demo/package.json
blob: 8ded66f0688dd38891517c0d9123c5dfd4f09cae (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.1.4",
        "custom-event-polyfill": "^1.0.7",
        "raven-js": "^3.27.2",
        "shr-buttons": "2.0.3",
        "url-polyfill": "^1.1.5"
    }
}