forked from brentvatne/react-native-overlay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 797 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
{
"name": "react-native-overlay",
"version": "0.2.8",
"description": "An <Overlay /> component that brings content inside to the front of the view regardless of its current position in the component tree.",
"main": "Overlay.ios.js",
"author": "Brent Vatne <[email protected]> (https://github.com/brentvatne)",
"files": [
"RNOverlay.xcodeproj",
"Overlay.ios.js",
"README.md",
"RNClickThroughWindow.h",
"RNClickThroughWindow.m",
"RNOverlay.h",
"RNOverlay.m",
"RNOverlayManager.h",
"RNOverlayManager.m"
],
"peerDependencies": {
"react-native": ">=0.4.2 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2 || 0.8.0-rc || 0.9.0-rc"
},
"repository": {
"type": "git",
"url": "[email protected]:brentvatne/react-native-overlay.git"
}
}