aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/package.json b/package.json
index fd72042f..0e5df2e8 100644
--- a/package.json
+++ b/package.json
@@ -1,26 +1,44 @@
{
"name": "plyr",
- "version": "3.3.15",
+ "version": "3.3.16",
"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"],
"main": "./dist/plyr.js",
"browser": "./dist/plyr.min.js",
"sass": "./src/sass/plyr.scss",
"style": "./dist/plyr.css",
+ "license": "MIT",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/sampotts/plyr.git"
+ },
+ "bugs": {
+ "url": "https://github.com/sampotts/plyr/issues"
+ },
+ "directories": {
+ "doc": "readme.md"
+ },
+ "scripts": {
+ "build": "gulp build",
+ "lint": "eslint src/js",
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
"devDependencies": {
"babel-core": "^6.26.3",
- "babel-eslint": "^8.2.5",
+ "babel-eslint": "^7.2.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"del": "^3.0.0",
- "eslint": "^5.0.0",
+ "eslint": "^5.0.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.13.0",
"git-branch": "^2.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
- "gulp-better-rollup": "^3.2.1",
+ "gulp-better-rollup": "^3.3.0",
"gulp-clean-css": "^3.9.4",
"gulp-concat": "^2.6.1",
"gulp-filter": "^5.1.0",
@@ -52,24 +70,6 @@
"stylelint-scss": "^3.1.3",
"stylelint-selector-bem-pattern": "^2.0.0"
},
- "keywords": ["HTML5 Video", "HTML5 Audio", "Media Player", "DASH", "Shaka", "WordPress", "HLS"],
- "repository": {
- "type": "git",
- "url": "git://github.com/sampotts/plyr.git"
- },
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/sampotts/plyr/issues"
- },
- "directories": {
- "doc": "readme.md"
- },
- "scripts": {
- "build": "gulp build",
- "lint": "eslint src/js",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "Sam Potts <sam@potts.es>",
"dependencies": {
"babel-polyfill": "^6.26.0",
"custom-event-polyfill": "^0.3.0",