forked from gfazioli/react-switch-button
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.05 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.05 KB
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
38
39
40
41
42
43
44
{
"name": "react-switch-button",
"version": "2.2.2",
"private": false,
"description": "A React UI Component to display an awesome Switch (swipe) Button control",
"main": "dist/react-switch-button.min.js",
"author": "Giovambattista fazioli",
"license": "MIT",
"homepage": "http://gfazioli.github.io/react-switch-button/",
"repository": {
"type": "git",
"url": "https://github.com/gfazioli/react-switch-button"
},
"bugs": {
"url": "https://github.com/gfazioli/react-switch-button/issues"
},
"dependencies": {
"babelify": "~7.3",
"create-react-class": "^15.5.3",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"devDependencies": {
"gulp": "^3.9.1",
"react-component-gulp-tasks": "^0.7.7"
},
"browser": "lib/react-switch-button.js",
"browserify": {
"transform": [
"babelify"
]
},
"browserify-shim": {
"react": "global:React"
},
"scripts": {
"test": "echo \"no tests yet\" && exit 0"
},
"keywords": [
"react",
"react-component"
]
}