-
Notifications
You must be signed in to change notification settings - Fork 332
/
package.json
48 lines (48 loc) · 1.27 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
{
"company":"PayPal",
"name": "accessible-html5-video-player",
"version": "1.0.3 ",
"description": "A lightweight HTML5 video player which includes support for captions and screen reader accessibility.",
"repository": {
"type": "git",
"url": "https://github.com/paypal/accessible-html5-video-player"
},
"main": "js/px-video.js",
"directories": {
"test": "test"
},
"dependencies": {
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"prop-types": "^15.5.10"
},
"keywords": [
"html5",
"accessible",
"video",
"player"
"paypal"
"javascript"
],
"author": "[email protected]",
"licenses": [
{
"type": "BSD",
"url": "https://github.com/paypal/accessible-html5-video-player/blob/master/LICENSE.md"
}
],
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/paypal/accessible-html5-video-player/issues"
},
"homepage": "https://github.com/paypal/accessible-html5-video-player#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"react": "babel src/PXVideo.jsx --out-file js/pxvideo.react.js --presets=env,react"
}
}