-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
38 lines (38 loc) · 933 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
37
38
{
"name": "react-native-url-preview",
"version": "1.1.9",
"description": "react native url previewer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"url preview",
"youtube video preview",
"link preview"
],
"author": "Zaidoune Maher",
"license": "MIT",
"peerDependencies": {
"prop-types": "*",
"react": "*",
"react-native": "*",
"react-native-windows": "0.41.0-rc.1"
},
"dependencies": {
"link-preview-js": "2.0.4"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/maherzaidoune/react-native-url-preview.git"
},
"bugs": {
"url": "https://github.com/maherzaidoune/react-native-url-preview/issues"
},
"homepage": "https://github.com/maherzaidoune/react-native-url-preview#readme"
}