forked from remobile/react-native-splashscreen
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 951 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
{
"name": "@remobile/react-native-splashscreen",
"version": "1.0.3",
"description": "A splashscreen for react-native, hide when application loaded",
"main": "index.js",
"author": {
"name": "YunJiang.Fang",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"splashscreen",
"splash",
"launchui",
"show",
"hide",
"remobile",
"mobile"
],
"homepage": "https://github.com/remobile/react-native-splashscreen",
"bugs": {
"url": "https://github.com/remobile/react-native-splashscreen/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/remobile/react-native-splashscreen.git"
}
}