diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/package.json b/package.json index 5c9f654d..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.4", + "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.12.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", @@ -40,41 +58,23 @@ "postcss-custom-properties": "^7.0.0", "prettier-eslint": "^8.8.2", "prettier-stylelint": "^0.4.2", - "rollup-plugin-babel": "^3.0.4", + "rollup-plugin-babel": "^3.0.5", "rollup-plugin-commonjs": "^9.1.3", "rollup-plugin-node-resolve": "^3.3.0", "run-sequence": "^2.2.1", "stylelint": "^9.3.0", - "stylelint-config-prettier": "^3.2.0", + "stylelint-config-prettier": "^3.3.0", "stylelint-config-recommended": "^2.1.0", "stylelint-config-sass-guidelines": "^5.0.0", "stylelint-order": "^0.8.1", - "stylelint-scss": "^3.1.2", + "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", "loadjs": "^3.5.4", - "raven-js": "^3.26.2", + "raven-js": "^3.26.3", "url-polyfill": "^1.0.13" } } |