forked from marsprince/react-native-materialDialogAndroid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 662 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 662 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
{
"name": "react-native-materialdialog-android",
"version": "1.0.0",
"description": "A React Native materialDialog for Android.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"react-native",
"alert",
"android",
"dialog",
"react-component"
],
"author": "marsprince <bit_liujia@163.com>",
"license": "MIT",
"repository": "https://github.com/marsprince/react-native-materialDialogAndroid",
"bugs": "https://github.com/marsprince/react-native-materialDialogAndroid/issues",
"peerDependencies": {
"react-native": ">=0.13 || 0.18.0-rc"
}
}