-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.48 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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@thuoe/mp4-video-player",
"version": "0.0.0-development",
"description": "Simple MP4 Video Player Element",
"keywords": [
"web-components",
"video-player",
"polymer",
"mp4",
"video",
"player"
],
"homepage": "https://github.com/thuoe/mp4-video-player",
"repository": {
"type": "git",
"url": "https://github.com/thuoe/mp4-video-player.git"
},
"license": "MIT",
"main": "mp4-video-player.js",
"scripts": {
"lint": "eslint './**/*.{html,js}' -o ./report/eslint.html -f html",
"semantic-release": "semantic-release",
"start": "polymer serve",
"test": "polymer test -l chrome",
"build": "polymer build"
},
"dependencies": {
"@polymer/iron-icon": "^3.0.0",
"@polymer/polymer": "^3.0.0",
"player-icons": "1.3.0",
"ua-parser-js": "^0.7.22"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@polymer/iron-component-page": "^4.0.0",
"@polymer/iron-demo-helpers": "^3.0.0-pre.19",
"@polymer/test-fixture": "^4.0.2",
"@webcomponents/webcomponentsjs": "^2.0.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-html": "^6.0.1",
"eslint-plugin-import": "^2.20.2",
"husky": "^4.3.8",
"mocha": "^5.2.0",
"polymer-cli": "^1.9.11",
"semantic-release": "^17.0.8",
"sinon": "^9.0.1",
"wct-mocha": "^1.0.0"
},
"publishConfig": {
"access": "public"
}
}