forked from expo/react-native-action-sheet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 987 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
39
40
{
"name": "@expo/react-native-action-sheet",
"version": "1.0.1",
"description": "A cross-platform ActionSheet for React Native",
"main": "index.js",
"scripts": {
"flow": "flow; test $? -eq 0 -o $? -eq 2"
},
"repository": {
"type": "git",
"url": "https://github.com/expo/react-native-action-sheet.git"
},
"keywords": [
"react-native",
"action-sheet"
],
"files": [
"ActionSheet.android.js",
"ActionSheet.ios.js",
"ActionSheetProvider.js",
"connectActionSheet.js",
"index.js",
"README.md"
],
"author": "Jesse Ruder <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/react-native-action-sheet/issues"
},
"homepage": "https://github.com/expo/react-native-action-sheet",
"dependencies": {
"hoist-non-react-statics": "^2.2.2",
"prop-types": "^15.5.10"
},
"devDependencies": {
"flow-bin": "^0.26.0",
"react": "^15.6.1",
"react-native": "^0.28.0"
}
}