-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 720 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 720 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
{
"name": "react-native-ios-file-opener",
"version": "1.0.0",
"private": false,
"description": "iOS file opener for React Native.",
"main": "index.js",
"scripts": {
"patch": "npm version patch -m 'Bump version %s';git push origin master --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GodVampire/react-native-ios-file-opener.git"
},
"keywords": [
"React-Native",
"file",
"file-opener"
],
"author": "GodVampire",
"license": "MIT",
"bugs": {
"url": "https://github.com/GodVampire/react-native-ios-file-opener/issues",
"email": "mashuai_hy@163.com"
},
"homepage": "https://github.com/GodVampire/react-native-ios-file-opener#readme"
}