aboutsummaryrefslogtreecommitdiffstats
path: root/demo/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'demo/package.json')
-rw-r--r--demo/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/demo/package.json b/demo/package.json
new file mode 100644
index 00000000..6403c198
--- /dev/null
+++ b/demo/package.json
@@ -0,0 +1,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"
+ }
+}