-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
50 lines (50 loc) · 1.51 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": "react-background-video-player",
"version": "1.1.8",
"description": "React background video component with simple player API. Supports inline play on iPhone.",
"main": "dist/index.js",
"license": "MIT",
"author": "Vadim Namniak <[email protected]> (https://github.com/namniak)",
"dependencies": {
"background-cover": "0.1.1",
"insert-rule": "^2.1.0",
"iphone-inline-video": "^2.2.2",
"prop-types": "^15.7.2",
"react": "^16.3.2",
"react-dom": "^16.14.0"
},
"peerDependencies": {
"react": "^16.3.2",
"react-dom": "^16.3.2"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-1": "6.24.1",
"babelify": "^7.3.0",
"budo": "^11.6.4",
"domready": "^1.0.8"
},
"scripts": {
"test": "budo test/test.js --live --open -- -t [ babelify --presets [ es2015 react stage-1] ]",
"test-sources": "budo test/testSources.js --live --open -- -t [ babelify --presets [ es2015 react stage-1] ]",
"build": "babel index.js -d dist --presets es2015,react,stage-1"
},
"keywords": [
"react",
"video",
"react-component",
"background-video",
"video-player",
"iPhone-inline-video"
],
"repository": {
"type": "git",
"url": "git://github.com/Jam3/react-background-video-player.git"
},
"homepage": "https://github.com/Jam3/react-background-video-player",
"bugs": {
"url": "https://github.com/Jam3/react-background-video-player/issues"
}
}