forked from raynor85/react-native-modal-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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-modal-wrapper",
"version": "1.6.0",
"description": "Wrapper component that extends the react native Modal component, adding overlay clickable behavior and allowing swipe in and out in all directions",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raynor85/react-native-modal-wrapper.git"
},
"keywords": [
"react",
"native",
"react-native",
"react-component",
"modal",
"dialog",
"ios",
"android",
"overlay-modal",
"lightbox"
],
"author": "Ruben Rizzi",
"license": "MIT",
"bugs": {
"url": "https://github.com/raynor85/react-native-modal-wrapper/issues"
},
"homepage": "https://github.com/raynor85/react-native-modal-wrapper#readme",
"pre-commit": [
"lint"
],
"dependencies": {
"react-native-keyboard-spacer": "^0.3.0"
},
"devDependencies": {
"babel-eslint": "7.1.1",
"eslint": "3.12.1",
"eslint-plugin-react": "6.8.0",
"eslint-plugin-react-native": "2.2.1",
"pre-commit": "1.2.2"
}
}