forked from 1van-rus/react-native-vlc-player
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.68 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
{
"_from": "git+https://github.com/wfilleman/react-native-vlc-player.git",
"_id": "react-native-vlc-player@0.0.1",
"_inBundle": false,
"_integrity": "",
"_location": "/react-native-vlc-player",
"_phantomChildren": {},
"nativePackage": true,
"_requested": {
"type": "git",
"raw": "git+https://github.com/wfilleman/react-native-vlc-player.git",
"rawSpec": "git+https://github.com/wfilleman/react-native-vlc-player.git",
"saveSpec": "git+https://github.com/wfilleman/react-native-vlc-player.git",
"fetchSpec": "https://github.com/wfilleman/react-native-vlc-player.git",
"gitCommittish": null
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "git+https://github.com/wfilleman/react-native-vlc-player.git#0c2b49a2ae9b2b2b88dc147d5857568f35d62a3d",
"_spec": "git+https://github.com/wfilleman/react-native-vlc-player.git",
"_where": "/Users/wesleyfilleman/Developer/MobiLincReact",
"author": {
"name": "kirill gusyatin",
"email": "kirill.gus@gmail.com"
},
"bugs": {
"url": "https://github.com/kikill95/react-native-vlc-player/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "A <VLCPlayer /> element for react-native",
"devDependencies": {
"standard": "^10.0.3"
},
"homepage": "https://github.com/kikill95/react-native-vlc-player",
"keywords": [
"vlcplayer",
"video",
"player",
"react-native"
],
"license": "MIT",
"main": "src",
"name": "react-native-vlc-player",
"repository": {
"type": "git",
"url": "git+https://github.com/kikill95/react-native-vlc-player.git"
},
"scripts": {
"test:fix": "standard --fix"
},
"version": "0.0.1"
}