We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ebcdfd + 65999d2 commit 045e39aCopy full SHA for 045e39a
bower.json
@@ -0,0 +1,33 @@
1
+{
2
+ "name": "react-tooltip",
3
+ "description": "react tooltip component",
4
+ "main": "standalone/react-tooltip.js",
5
+ "moduleType": [
6
+ "globals",
7
+ "amd",
8
+ "node"
9
+ ],
10
+ "license": "MIT",
11
+ "ignore": [
12
+ "bin",
13
+ "example"
14
15
+ "keywords": [
16
+ "react",
17
+ "react-component",
18
+ "tooltip",
19
+ "react-tooltip"
20
21
+ "authors": [
22
+ "wwayne"
23
24
+ "homepage": "https://github.com/wwayne/react-tooltip",
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "https://github.com/wwayne/react-tooltip"
28
+ },
29
+ "dependencies": {
30
+ "react": "^0.14.0 || ^15.0.0",
31
+ "react-dom": "^0.14.0 || ^15.0.0"
32
+ }
33
+}
0 commit comments