forked from TheWidlarzGroup/react-native-video
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 867 Bytes
/
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
{
"name": "react-native-video",
"version": "1.1.0",
"description": "A <Video /> element for react-native",
"main": "Video.js",
"license": "MIT",
"author": "Brent Vatne <[email protected]> (https://github.com/brentvatne)",
"contributors": [
{
"name": "Johannes Lumpe",
"email": "[email protected]"
},
{
"name": "Baris Sencan",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "[email protected]:brentvatne/react-native-video.git"
},
"devDependencies": {
"jest-cli": "0.2.1",
"eslint": "1.10.3",
"babel-eslint": "5.0.0-beta8",
"eslint-plugin-react": "3.16.1",
"eslint-config-airbnb": "4.0.0"
},
"dependencies": {
"keymirror": "0.1.1",
"react-native-windows": "0.41.0-rc.0"
},
"scripts": {
"test": "node_modules/.bin/eslint *.js"
}
}