forked from alimek/react-native-tooltip-menu
-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
37 lines (37 loc) · 862 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
{
"name": "react-native-popover-tooltip",
"version": "1.1.4",
"description": "ReactNative component showing tooltip with menu items.",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wookoinc/react-native-popover-tooltip"
},
"keywords": [
"reactnative",
"popover",
"tooltip"
],
"author": "Lu Sun",
"license": "MIT",
"bugs": {
"url": "https://github.com/wookoinc/react-native-popover-tooltip/issues"
},
"homepage": "https://github.com/wookoinc/react-native-popover-tooltip",
"dependencies": {
"invariant": "^2.2.2",
"prop-types": "^15.6.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"react": "^16.0.0",
"react-native": "^0.50.1",
"flow-bin": "^0.56.0"
}
}