-
Notifications
You must be signed in to change notification settings - Fork 180
/
package.json
29 lines (29 loc) · 829 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
{
"name": "react-native-doc-viewer2",
"version": "2.0.2",
"description": "React Native Native Module Bridge Quicklock Document Viewer for IOS -Supports pdf, png, jpg, xls, ppt, doc, docx, pptx, xlx",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"react",
"native",
"ios",
"android",
"pdf",
"Doc Viewer"
],
"author": "Philipp Hecht",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.42.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/r2space/react-native-doc-viewer.git"
},
"readme": "https://github.com/r2space/react-native-doc-viewer/blob/master/README.md",
"homepage": "https://github.com/r2space/react-native-doc-viewer/blob/master/README.md"
}