aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 54963df15f8b531ae41a1d8a29f3a6c4aadf2bcc (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
{
  "name": "plyr",
  "version": "1.0.0",
  "description": "A simple HTML5 media player using custom controls",
  "homepage": "http://plyr.io",
  "main": "gulpfile.js",
  "dependencies": {},
  "devDependencies": {
    "gulp": "~3.8.6",
    "gulp-autoprefixer": "^0.0.8",
    "gulp-concat": "~2.3.3",
    "gulp-hogan-compile": "^0.4.1",
    "gulp-less": "~1.3.1",
    "gulp-minify-css": "~0.3.6",
    "gulp-svgmin": "^1.0.0",
    "gulp-svgstore": "^4.0.1",
    "gulp-uglify": "~0.3.1",
    "gulp-util": "~2.2.20",
    "run-sequence": "^0.3.6"
  },
  "scripts": {
    "preinstall": "npm install -g gulp"
  },
  "keywords": [
    "HTML5 Video",
    "HTML5 Audio",
    "Media Player"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/selz/plyr.git"
  },
  "authors": [
    "Sam Potts <me@sampotts.me>"
  ],
  "license": "MIT"
}