forked from huangzuizui/react-native-file-opener
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 831 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-file-opener",
"repository": {
"type": "git",
"url": "https://github.com/huangzuizui/react-native-file-opener.git"
},
"version": "0.2.0",
"description": "A React Native module that allows you to open a file (mp3, mp4, pdf, word, excel, dwg etc.) on your device with its default application",
"author": "huang zuizui",
"main": "react-native-file-opener.js",
"contributors": [
{
"name": "huang zuizui",
"email": "[email protected]"
}
],
"nativePackage": true,
"keywords": [
"react-native",
"react-native-file-opener",
"react",
"native",
"file",
"opener",
"mp3",
"mp4",
"pdf",
"office",
"dwg",
"word",
"cad",
"excel"
],
"license": "MIT",
"devDependencies": {
"react-native": "^0.20.0"
}
}