forked from LonelyCpp/react-native-youtube-iframe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.07 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
{
"name": "react-native-youtube-iframe",
"version": "1.2.1",
"description": "A simple wrapper around the youtube iframe js API for react native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LonelyCpp/react-native-youtube-iframe.git"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"react native",
"mobile",
"ios",
"android",
"ui",
"youtube",
"youtube-iframe",
"iframe"
],
"author": "Ananthu P Kanive",
"license": "MIT",
"bugs": {
"url": "https://github.com/LonelyCpp/react-native-youtube-iframe/issues"
},
"homepage": "https://lonelycpp.github.io/react-native-youtube-iframe/",
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.59",
"react-native-webview": "^7.5.2"
},
"devDependencies": {
"@react-native-community/eslint-config": "^1.0.0",
"eslint": "^6.8.0"
},
"dependencies": {
"events": "^3.0.0"
}
}