Skip to content

Commit 045e39a

Browse files
authored
Merge pull request #179 from mikkopiu/feature/bower-support
Add bower.json
2 parents 9ebcdfd + 65999d2 commit 045e39a

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

bower.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)