-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
29 lines (29 loc) · 834 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
{
"name": "react-navigation-is-focused-hoc",
"version": "1.1.1",
"description": "Ready to use solution using HOC to expose props.isFocused for react-navigation. No Redux needed.",
"main": "index.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/pmachowski/react-navigation-is-focused-hoc.git"
},
"keywords": [
"react-navigation",
"hoc",
"isFocused",
"react-native",
"navigation"
],
"author": "Peter Machowski <[email protected] (http://devnavy.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pmachowski/react-navigation-is-focused-hoc/issues"
},
"homepage": "https://github.com/pmachowski/react-navigation-is-focused-hoc#readme",
"dependencies": {
"prop-types": "15.6.0",
"react-navigation": "^1.0.0-beta.11"
}
}