forked from r2space/react-native-doc-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (34 loc) · 1021 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
{
"name": "react-native-doc-viewer",
"version": "2.7.8",
"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",
"peerDependencies": {
"react": "^16.3.0-alpha.1",
"react-native": "0.54.3",
"react-native-fs":"^2.3.2",
"react-native-doc-viewer": "2.7.8"
},
"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/blob/master/README.md"
}