-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 939 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
38
39
40
41
42
{
"name": "react-native-overlayer",
"version": "0.2.1",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"description": "a react-native plugin for normal alert and loading",
"dependencies": {},
"devDependencies": {
"react": "^16.0.0",
"react-native": "^0.50.4",
"babel-jest": "23.4.2",
"babel-preset-react-native": "4.0.0",
"jest": "23.5.0",
"react-test-renderer": "16.0.0"
},
"files": [
"src"
],
"jest": {
"preset": "react-native"
},
"main": "./src/",
"repository": {
"type": "git",
"url": "git+https://github.com/yongqianvip/react-native-overlayer"
},
"keywords": [
"react-native",
"alert",
"loading",
"overlay",
"overlayer"
],
"author": "yongqianvip",
"license": "MIT",
"bugs": {
"url": "https://github.com/yongqianvip/react-native-overlayer/issues"
},
"homepage": "https://github.com/yongqianvip/react-native-overlayer#readme"
}