-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
112 lines (112 loc) · 2.79 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"_args": [
[
"react-native-video@^2.0.0",
"/home/chenwenyu/YunPingRN"
]
],
"_from": "react-native-video@>=2.0.0 <3.0.0",
"_id": "react-native-video@2.0.0",
"_inCache": true,
"_installable": true,
"_location": "/react-native-video",
"_nodeVersion": "7.6.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/react-native-video-2.0.0.tgz_1502911273271_0.3813350673299283"
},
"_npmUser": {
"email": "matt@appersonlabs.com",
"name": "apperson-labs"
},
"_npmVersion": "4.1.2",
"_phantomChildren": {},
"_requested": {
"name": "react-native-video",
"raw": "react-native-video@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "http://registry.npmjs.org/react-native-video/-/react-native-video-2.0.0.tgz",
"_shasum": "f33fa6fb7e7e3c93ab5787944cefd58bf7355867",
"_shrinkwrap": null,
"_spec": "react-native-video@^2.0.0",
"_where": "/home/chenwenyu/YunPingRN",
"author": {
"email": "brentvatne@gmail.com",
"name": "Brent Vatne",
"url": "https://github.com/brentvatne"
},
"bugs": {
"url": "https://github.com/brentvatne/react-native-video/issues"
},
"contributors": [
{
"email": "johannes@lum.pe",
"name": "Johannes Lumpe"
},
{
"email": "baris.sncn@gmail.com",
"name": "Baris Sencan"
}
],
"dependencies": {
"keymirror": "0.1.1",
"prop-types": "^15.5.10"
},
"description": "A <Video /> element for react-native",
"devDependencies": {
"babel-eslint": "5.0.0-beta8",
"eslint": "1.10.3",
"eslint-config-airbnb": "4.0.0",
"eslint-plugin-react": "3.16.1",
"jest-cli": "0.2.1"
},
"directories": {},
"dist": {
"shasum": "f33fa6fb7e7e3c93ab5787944cefd58bf7355867",
"tarball": "https://registry.npmjs.org/react-native-video/-/react-native-video-2.0.0.tgz"
},
"gitHead": "4bf2b2c45fb609d5d723ddae67f088213b105521",
"homepage": "https://github.com/brentvatne/react-native-video#readme",
"license": "MIT",
"main": "Video.js",
"maintainers": [
{
"email": "matt@appersonlabs.com",
"name": "apperson-labs"
},
{
"email": "sjchmiela@gmail.com",
"name": "sjchmiela"
},
{
"email": "baris.sncn@gmail.com",
"name": "isair"
},
{
"email": "johannes@johanneslumpe.de",
"name": "johanneslumpe"
},
{
"email": "brentvatne@gmail.com",
"name": "brentvatne"
}
],
"name": "react-native-video",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/brentvatne/react-native-video.git"
},
"scripts": {
"test": "eslint *.js"
},
"version": "2.0.0"
}