forked from cagdaskarademir/react-native-tiny-toast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 941 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
{
"name": "react-native-tiny-toast",
"version": "1.0.5",
"description": "😊A react native toast like component , it works on IOS and Android.",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shx996/react-native-tiny-toast.git"
},
"keywords": [
"react-native",
"react-native-component",
"react-native-toast",
"toast",
"toast-ios",
"ios",
"loading",
"tiny-toast"
],
"author": "shx996",
"license": "MIT",
"bugs": {
"url": "https://github.com/shx996/react-native-tiny-toast/issues"
},
"homepage": "https://github.com/shx996/react-native-tiny-toast#readme",
"dependencies": {
"prop-types": "latest",
"react-native-iphone-x-helper": "1.2.1",
"react-native-root-siblings": "3.2.3"
},
"peerDependencies": {
"react-native": ">=0.47.0"
}
}