aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
1 files changed, 14 insertions, 5 deletions
diff --git a/package.json b/package.json
index 0e5df2e8..0bfb2bcc 100644
--- a/package.json
+++ b/package.json
@@ -1,10 +1,19 @@
{
"name": "plyr",
"version": "3.3.16",
- "description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player",
+ "description":
+ "A simple, accessible and customizable HTML5, YouTube and Vimeo media player",
"homepage": "https://plyr.io",
"author": "Sam Potts <sam@potts.es>",
- "keywords": ["HTML5 Video", "HTML5 Audio", "Media Player", "DASH", "Shaka", "WordPress", "HLS"],
+ "keywords": [
+ "HTML5 Video",
+ "HTML5 Audio",
+ "Media Player",
+ "DASH",
+ "Shaka",
+ "WordPress",
+ "HLS"
+ ],
"main": "./dist/plyr.js",
"browser": "./dist/plyr.min.js",
"sass": "./src/sass/plyr.scss",
@@ -27,11 +36,11 @@
},
"devDependencies": {
"babel-core": "^6.26.3",
- "babel-eslint": "^7.2.3",
+ "babel-eslint": "^8.2.5",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"del": "^3.0.0",
- "eslint": "^5.0.1",
+ "eslint": "^5.1.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.13.0",
@@ -58,7 +67,7 @@
"postcss-custom-properties": "^7.0.0",
"prettier-eslint": "^8.8.2",
"prettier-stylelint": "^0.4.2",
- "rollup-plugin-babel": "^3.0.5",
+ "rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
"run-sequence": "^2.2.1",