forked from zongjingyao/react-native-android-action-sheet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 906 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
{
"name": "react-native-action-sheet",
"version": "0.0.1",
"description": "ActionSheet on Android for React Native",
"main": "index.js",
"author": "Jingyao Zong <[email protected]> (https://github.com/zongjingyao)",
"homepage": "https://github.com/zongjingyao/react-native-android-action-sheet",
"keywords": [
"react",
"android",
"react native",
"actionsheet",
"react native",
"react native actionsheet",
"react native action sheet"
],
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zongjingyao/react-native-android-action-sheet.git"
},
"bugs": {
"url": "https://github.com/zongjingyao/react-native-android-action-sheet/issues"
}
}