-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.25 KB
/
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
41
42
43
44
45
{
"name": "react-native-splash-screen-mask",
"version": "1.0.2",
"description": "A splash screen for react-native, It hide when application loaded. It works on iOS, Android and Window.",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"react-native-component",
"react-native-splash-screen",
"splash-screen",
"splashscreen",
"splash",
"launch-screen",
"launchscreen",
"launch",
"ios",
"android",
"react-native-splash-screen-mask"
],
"author": "Bunlong",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.41.2"
},
"devDependencies": {
"eslint": "^5.8.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-rallycoding": "^3.2.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1"
},
"bugs": {
"url": "https://github.com/themodernjavascript/react-native-splash-screen-mask/issues"
},
"homepage": "https://github.com/themodernjavascript/react-native-splash-screen-mask",
"repository": {
"type": "git",
"url": "https://github.com/themodernjavascript/react-native-splash-screen-mask.git"
},
"nativePackage": true
}