We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0584bbb commit 8ccf00aCopy full SHA for 8ccf00a
bower.json
@@ -0,0 +1,25 @@
1
+{
2
+ "name": "react-switch-button",
3
+ "version": "1.0.3",
4
+ "homepage": "https://github.com/gfazioli/react-switch-button",
5
+ "authors": [
6
+ "Giovambattista Fazioli <g.fazioli@wpxtre.me>"
7
+ ],
8
+ "description": "Switch button React component",
9
+ "main": "js/react-switch-button.js",
10
+ "keywords": [
11
+ "react",
12
+ "switch",
13
+ "button",
14
+ "component",
15
+ "ui"
16
17
+ "license": "MIT",
18
+ "ignore": [
19
+ "**/.*",
20
+ "node_modules",
21
+ "bower_components",
22
+ "test",
23
+ "tests"
24
+ ]
25
+}
0 commit comments