forked from muxinc/media-chrome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "media-chrome",
"version": "0.3.2",
"description": "Custom elements (web components) for making audio and video player controls that look great in your website or app.",
"main": "dist/index.js",
"files": [
"dist/*",
"README.md",
"examples/*"
],
"scripts": {
"clean": "rimraf dist",
"build": "snowpack build --config snowpack.prod.config.js",
"dev": "snowpack dev --config snowpack.dev.config.js",
"start": "yarn dev",
"test": "echo \"Error: no test specified\" && exit 1",
"publish-patch": "yarn run build && np patch --no-tests --any-branch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muxinc/media-chrome.git"
},
"keywords": [
"webcomponent",
"html5",
"video",
"audio",
"media",
"player",
"controls"
],
"author": "@muxinc",
"license": "MIT",
"bugs": {
"url": "https://github.com/muxinc/media-chrome/issues"
},
"homepage": "https://github.com/muxinc/media-chrome#readme",
"devDependencies": {
"rimraf": "^3.0.2",
"snowpack": "^3.8.3"
},
"dependencies": {}
}