forked from canalplus/rx-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.23 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
{
"name": "rx-player",
"author": "Canal+",
"version": "2.0.0-alpha5",
"description": "Canal+ HTML5 Video Player",
"keywords": [
"video",
"streaming",
"html5",
"mediasource",
"dash",
"reactive",
"rx"
],
"browser": "./dist/rx-player.js",
"homepage": "https://github.com/canalplus/rx-player",
"bugs": "https://github.com/canalplus/rx-player/issues",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/canalplus/rx-player.git"
},
"dependencies": {
"rxjs": "5.0.0-beta.5"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-react": "^6.3.13",
"chai": "^1.10.0",
"chai-as-promised": "^4.1.1",
"chai-spies": "^0.5.1",
"coverjs-loader": "^0.5.0",
"css-loader": "^0.23.1",
"file-loader": "^0.8.1",
"jsx-loader": "^0.13.1",
"lodash": "3.10.1",
"mocha": "^2.0.1",
"mocha-loader": "^0.7.0",
"raw-loader": "^0.5.1",
"react": "^0.13.1",
"script-loader": "^0.6.1",
"style-loader": "^0.13.0",
"url-loader": "^0.5.5",
"webpack": "^1.12.12",
"webpack-dev-server": "^1.14.1"
}
}