aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: a1bd293a6d9df761b94811492c05be37069c1c29 (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
{
    "name": "plyr",
    "version": "2.0.17",
    "description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player",
    "homepage": "http://plyr.io",
    "main": "src/js/plyr.js",
    "dependencies": {},
    "devDependencies": {
        "gulp": "^3.9.1",
        "gulp-autoprefixer": "^4.0.0",
        "gulp-clean-css": "^3.9.0",
        "gulp-concat": "^2.6.1",
        "gulp-less": "^3.3.2",
        "gulp-open": "^2.0.0",
        "gulp-rename": "^1.2.2",
        "gulp-replace": "^0.6.1",
        "gulp-s3": "^0.11.0",
        "gulp-sass": "^3.1.0",
        "gulp-size": "^2.1.0",
        "gulp-svgmin": "^1.2.4",
        "gulp-svgstore": "^6.1.0",
        "gulp-uglify": "^3.0.0",
        "gulp-util": "^3.0.8",
        "run-sequence": "^2.2.0",
        "through2": "^2.0.3"
    },
    "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>"
}