forked from otech47/react-native-toast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 845 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
{
"name": "react-native-toast",
"version": "1.0.4",
"description": "A android like toast for react-native support for ios and android",
"main": "index.js",
"author": {
"name": "YunJiang.Fang",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"toast",
"position",
"remobile",
"mobile"
],
"homepage": "https://github.com/otech47/react-native-toast",
"bugs": {
"url": "https://github.com/otech47/react-native-toast/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/otech47/react-native-toast.git"
}
}