-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
37 lines (37 loc) · 911 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": "flowtip-react-dom",
"description": "A flexible, adaptable, and easy to use tooltip positioning library for React.",
"version": "5.2.1",
"author": "Neal Granger <[email protected]>",
"main": "./index.js",
"module": "./index.es.js",
"sideEffects": false,
"files": [
"README.md",
"lib",
"es"
],
"repository": {
"type": "git",
"url": "https://github.com/metalabdesign/flowtip/tree/master/packages/flowtip-react-dom"
},
"keywords": [
"tooltip",
"position",
"flowtip",
"react"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/metalabdesign/flowtip/issues"
},
"homepage": "https://github.com/metalabdesign/flowtip/tree/master/packages/flowtip-react-dom",
"dependencies": {
"flowtip-core": "^5.2.0",
"react-resize-observer": "^1.0.1"
},
"peerDependencies": {
"react": ">=0.14",
"react-dom": ">=0.14"
}
}