forked from react-native-oh-library/react-native-file-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 818 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 818 Bytes
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
{
"name": "@react-native-oh-tpl/react-native-file-viewer",
"version": "2.1.6-rc.1",
"description": "Native file viewer for react-native",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"mobile",
"ios",
"android",
"windows",
"file",
"viewer",
"preview",
"quicklook",
"pdf",
"doc",
"harmony"
],
"harmony": {
"alias": "react-native-file-viewer",
"codegenConfig": {
"specPaths": [
"./src"
]
}
},
"author": "Vincenzo Scamporlino",
"repository": {
"type": "git",
"url": "git://github.com/vinzscam/react-native-file-viewer.git"
},
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.47"
}
}