-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 944 Bytes
/
package.json
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
{
"name": "videojs-livestream-keeper",
"version": "0.1.0",
"description": "A video.js plugin that takes care of the chrome's and firefox's autoplay and 'video pause in background' features",
"main": "src/livestream-keeper.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "mkdir -p dist/ && ./node_modules/.bin/browserify src/livestream-keeper.js -o dist/livestream-keeper.js"
},
"keywords": [
"videojs",
"videojs-plugin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tibor-kocsis/videojs-livestream-keeper.git"
},
"author": "Tibor Kocsis <[email protected]> (https://github.com/tibor-kocsis)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tibor-kocsis/videojs-livestream-keeper/issues"
},
"homepage": "https://github.com/tibor-kocsis/videojs-livestream-keeper#readme",
"devDependencies": {
"browserify": "^16.2.2"
}
}