forked from philipphecht/react-native-doc-viewer
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.17 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.17 KB
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
{
"name": "react-native-doc-viewer",
"version": "1.0.0",
"description": "React Native Native Module Bridge Quicklock Document Viewer for IOS + Android supports pdf, png, jpg, xls, ppt, doc, docx, pptx, xlx + Video Player mp4 supported ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"react",
"native",
"ios",
"android",
"pdf",
"video",
"Video Player",
"Doc Viewer"
],
"author": "Philipp Hecht",
"license": "MIT",
"files": [
"index.js",
"android",
"!android/build",
"ios",
"!ios/build",
"windows",
"RNReactNativeDocViewer",
"RNReactNativeDocViewer.podspec"
],
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-native": "^0.71.3"
},
"peerDependencies": {
"react": "^17 || ^18",
"react-native": ">=0.60.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/philipphecht/react-native-doc-viewer.git"
},
"readme": "https://github.com/philipphecht/react-native-doc-viewer/blob/master/README.md",
"homepage": "https://github.com/philipphecht/react-native-doc-viewer"
}