forked from alinz/react-native-share-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 732 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
{
"name": "react-native-share-extension",
"version": "2.0.0",
"description": "share extension using react-native for both ios and android",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:alinz/react-native-share-extension.git"
},
"keywords": ["react-component", "react-native", "share-extension"],
"author": {
"name": "Ali Najafizadeh",
"email": "[email protected]",
"url": "https://github.com/alinz"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/alinz/react-native-share-extension"
},
"homepage": "https://github.com/alinz/react-native-share-extension"
}