Skip to content

Commit 89bf3fd

Browse files
committed
[build] 1.3.0
1 parent d61841b commit 89bf3fd

File tree

7 files changed

+169
-7
lines changed

7 files changed

+169
-7
lines changed

.npmignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
__mocks__/
2+
__tests__/
3+
tests/
4+
build/
5+
lib/index.dev.js
6+
coverage/
7+
demo/
8+
doc/
9+
flow/
10+
node_modules/
11+
tool/
12+
bundle-size/
13+
.babelrc
14+
.flowconfig

.package.json

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
{
2+
"name": "chimee-player",
3+
"version": "1.3.0",
4+
"description": "A complete set of H5 player",
5+
"main": "lib/chimee-player.js",
6+
"module": "lib/chimee-player.mjs",
7+
"jsnext:main": "lib/chimee-player.mjs",
8+
"browser": "lib/chimee-player.browser.js",
9+
"scripts": {
10+
"test": "jest --coverage",
11+
"test:w": "jest --coverage --watch",
12+
"start": "rollup -c build/rollup.config.dev.js -w",
13+
"lint": "eslint . --fix",
14+
"precommit": "npm run lint",
15+
"prepush": "npm run test",
16+
"build": "npm run b-common && npm run b-es && npm run b-umd && npm run b-min && contributor",
17+
"b-common": "rollup -c build/rollup.config.common.js",
18+
"b-es": "rollup -c build/rollup.config.es.js",
19+
"b-umd": "rollup -c build/rollup.config.umd.js",
20+
"b-min": "rollup -c build/rollup.config.min.js"
21+
},
22+
"repository": {
23+
"type": "git",
24+
"url": "git+https://github.com/Chimeejs/chimee-player.git"
25+
},
26+
"keywords": [
27+
"plugin",
28+
"chimee",
29+
"player",
30+
"video",
31+
"H5",
32+
"HTML5",
33+
"javascript"
34+
],
35+
"author": "huzunjie",
36+
"license": "MIT",
37+
"bugs": {
38+
"url": "https://github.com/Chimeejs/chimee-player/issues"
39+
},
40+
"homepage": "https://github.com/Chimeejs/chimee-player#readme",
41+
"dependencies": {
42+
"babel-runtime": "^6.26.0",
43+
"chimee": "^0.9.2",
44+
"chimee-helper": "^0.2.10",
45+
"chimee-kernel-flv": "^1.4.10",
46+
"chimee-kernel-hls": "^1.2.0",
47+
"chimee-plugin-center-state": "0.0.8",
48+
"chimee-plugin-contextmenu": "^0.1.2",
49+
"chimee-plugin-controlbar": "^0.4.0",
50+
"chimee-plugin-log": "0.0.4",
51+
"chimee-plugin-popup": "0.0.7"
52+
},
53+
"devDependencies": {
54+
"babel-eslint": "^8.0.3",
55+
"babel-jest": "^22.4.1",
56+
"babel-plugin-external-helpers": "^6.22.0",
57+
"babel-plugin-transform-runtime": "^6.23.0",
58+
"babel-polyfill": "^6.26.0",
59+
"babel-preset-env": "^1.6.1",
60+
"babel-preset-stage-0": "^6.24.1",
61+
"contributor": "^0.1.25",
62+
"cssnano": "^3.10.0",
63+
"eslint": "^4.12.1",
64+
"eslint-config-egg": "^7.0.0",
65+
"eslint-plugin-jest": "^21.4.2",
66+
"identity-obj-proxy": "^3.0.0",
67+
"jest": "^22.4.2",
68+
"postcss-nested": "^3.0.0",
69+
"rollup": "^0.56.3",
70+
"rollup-plugin-babel": "^3.0.2",
71+
"rollup-plugin-commonjs": "^8.2.6",
72+
"rollup-plugin-livereload": "^0.6.0",
73+
"rollup-plugin-node-resolve": "^3.0.0",
74+
"rollup-plugin-postcss": "^1.3.2",
75+
"rollup-plugin-replace": "^2.0.0",
76+
"rollup-plugin-serve": "^0.4.2",
77+
"rollup-plugin-server": "^0.7.0",
78+
"rollup-plugin-uglify": "^3.0.0",
79+
"rollup-plugin-visualizer": "^0.3.1"
80+
},
81+
"jest": {
82+
"modulePaths": [
83+
"src"
84+
],
85+
"moduleFileExtensions": [
86+
"js"
87+
],
88+
"moduleDirectories": [
89+
"node_modules",
90+
"bower_components"
91+
],
92+
"moduleNameMapper": {
93+
"\\.css$": "identity-obj-proxy"
94+
},
95+
"transform": {
96+
".*": "babel-jest"
97+
}
98+
},
99+
"contributors": [
100+
{
101+
"name": "胡尊杰",
102+
"email": null,
103+
"url": "https://github.com/huzunjie",
104+
"contributions": 23,
105+
"additions": 367,
106+
"deletions": 39,
107+
"hireable": null
108+
},
109+
{
110+
"name": "Johann",
111+
"email": null,
112+
"url": "https://github.com/toxic-johann",
113+
"contributions": 2,
114+
"additions": 3530,
115+
"deletions": 1994,
116+
"hireable": true
117+
}
118+
]
119+
}

contributors.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
###### Contributors
2+
[胡尊杰](https://github.com/huzunjie)
3+
<font color="#999">23 Commits</font> / <font color="#6cc644">367++</font> / <font color="#bd3c00"> 39--</font>
4+
<font color="#dedede">92.00%&nbsp;<font color="#dedede">|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><font color="#f4f4f4">|||||||||||||</font><br><br>
5+
[Johann](https://github.com/toxic-johann)
6+
<font color="#999">2 Commits</font> / <font color="#6cc644">3530++</font> / <font color="#bd3c00"> 1994--</font>
7+
<font color="#dedede">08.00%&nbsp;<font color="#dedede">||||||||||||||</font><font color="#f4f4f4">||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><br><br>
8+
###### [Generated](https://github.com/jakeleboeuf/contributor) on Sat Mar 03 2018 20:01:15 GMT+0800 (CST)

lib/chimee-player.browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/** chimeePlayer
3-
* chimee-player v1.2.2
3+
* chimee-player v1.3.0
44
* (c) 2017 huzunjie
55
* Released under MIT
66
*/

lib/chimee-player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/** chimeePlayer
3-
* chimee-player v1.2.2
3+
* chimee-player v1.3.0
44
* (c) 2017 huzunjie
55
* Released under MIT
66
*/

lib/chimee-player.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/** chimeePlayer
3-
* chimee-player v1.2.2
3+
* chimee-player v1.3.0
44
* (c) 2017 huzunjie
55
* Released under MIT
66
*/

package.json

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chimee-player",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "A complete set of H5 player",
55
"main": "lib/chimee-player.js",
66
"module": "lib/chimee-player.mjs",
@@ -13,7 +13,7 @@
1313
"lint": "eslint . --fix",
1414
"precommit": "npm run lint",
1515
"prepush": "npm run test",
16-
"build": "npm run b-common && npm run b-es && npm run b-umd && npm run b-min",
16+
"build": "npm run b-common && npm run b-es && npm run b-umd && npm run b-min && contributor",
1717
"b-common": "rollup -c build/rollup.config.common.js",
1818
"b-es": "rollup -c build/rollup.config.es.js",
1919
"b-umd": "rollup -c build/rollup.config.umd.js",
@@ -58,6 +58,7 @@
5858
"babel-polyfill": "^6.26.0",
5959
"babel-preset-env": "^1.6.1",
6060
"babel-preset-stage-0": "^6.24.1",
61+
"contributor": "^0.1.25",
6162
"cssnano": "^3.10.0",
6263
"eslint": "^4.12.1",
6364
"eslint-config-egg": "^7.0.0",
@@ -94,5 +95,25 @@
9495
"transform": {
9596
".*": "babel-jest"
9697
}
97-
}
98-
}
98+
},
99+
"contributors": [
100+
{
101+
"name": "胡尊杰",
102+
"email": null,
103+
"url": "https://github.com/huzunjie",
104+
"contributions": 23,
105+
"additions": 367,
106+
"deletions": 39,
107+
"hireable": null
108+
},
109+
{
110+
"name": "Johann",
111+
"email": null,
112+
"url": "https://github.com/toxic-johann",
113+
"contributions": 2,
114+
"additions": 3530,
115+
"deletions": 1994,
116+
"hireable": true
117+
}
118+
]
119+
}

0 commit comments

Comments
 (0)