aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 3931bb01671b14e968e0c864911c30415c65461e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
    "name": "plyr",
    "version": "3.0.0-beta.20",
    "description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player",
    "homepage": "https://plyr.io",
    "main": "./dist/plyr.js",
    "browser": "./dist/plyr.min.js",
    "sass": "./src/sass/plyr.scss",
    "style": "./dist/plyr.css",
    "devDependencies": {
        "babel-core": "^6.26.0",
        "babel-eslint": "^8.2.2",
        "babel-plugin-external-helpers": "^6.22.0",
        "babel-preset-env": "^1.6.1",
        "del": "^3.0.0",
        "eslint": "^4.18.2",
        "eslint-config-airbnb-base": "^12.1.0",
        "eslint-config-prettier": "^2.9.0",
        "eslint-plugin-import": "^2.9.0",
        "git-branch": "^2.0.1",
        "gulp": "^3.9.1",
        "gulp-autoprefixer": "^5.0.0",
        "gulp-better-rollup": "^3.0.0",
        "gulp-clean-css": "^3.9.3",
        "gulp-concat": "^2.6.1",
        "gulp-filter": "^5.1.0",
        "gulp-open": "^3.0.0",
        "gulp-rename": "^1.2.2",
        "gulp-replace": "^0.6.1",
        "gulp-s3": "^0.11.0",
        "gulp-sass": "^3.1.0",
        "gulp-size": "^3.0.0",
        "gulp-sourcemaps": "^2.6.4",
        "gulp-svgmin": "^1.2.4",
        "gulp-svgstore": "^6.1.1",
        "gulp-uglify-es": "^1.0.1",
        "gulp-util": "^3.0.8",
        "rollup-plugin-babel": "^3.0.3",
        "rollup-plugin-commonjs": "^8.4.1",
        "rollup-plugin-node-resolve": "^3.2.0",
        "run-sequence": "^2.2.1",
        "stylelint": "^9.1.3",
        "stylelint-config-prettier": "^3.0.4",
        "stylelint-config-recommended": "^2.1.0",
        "stylelint-config-sass-guidelines": "^5.0.0",
        "stylelint-order": "^0.8.1",
        "stylelint-scss": "^2.5.0",
        "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": {
        "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"
    }
}