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+ }
0 commit comments