forked from drivetribe/react-native-video
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 989 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 989 Bytes
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
{
"name": "@drivetribe/react-native-video",
"version": "0.12.0",
"description": "A <Video /> element for react-native",
"main": "Video.js",
"license": "MIT",
"author": "Brent Vatne <brentvatne@gmail.com>",
"contributors": [
{
"name": "Andrew Jack",
"email": "andrew.jack@drivetribe.com"
}
],
"repository": {
"type": "git",
"url": "git@github.com:drivetribe/react-native-video.git"
},
"peerDependencies": {
"react": "^15.0.0",
"react-native": "^0.38.0"
},
"devDependencies": {
"babel-eslint": "7.1.1",
"eslint-config-airbnb": "13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "6.8.0",
"eslint": "3.11.1",
"flow-bin": "~0.33.0",
"react-native": "0.38.0",
"react": "15.4.1"
},
"dependencies": {
"keymirror": "0.1.1"
},
"scripts": {
"lint": "eslint *.js",
"flow": "flow",
"check": "npm run lint && npm run flow"
}
}