forked from danteoh/react-toggle-switch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 850 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 850 Bytes
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
{
"name": "react-toggle-switch",
"version": "2.1.4",
"description": "Simple iOS inspired toggle switch",
"scripts": {
"dist": "gulp"
},
"peerDependencies": {
"react": ">=0.13.3",
"prop-types": "^15.5.10"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-babel": "^5.3.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4"
},
"main": "dist/scripts/switch.js",
"repository": {
"type": "git",
"url": "git+https://github.com/pgrimard/react-toggle-switch.git"
},
"keywords": [
"react",
"toggle",
"switch",
"ios"
],
"author": "Patrick Grimard <pgrimard@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pgrimard/react-toggle-switch/issues"
},
"homepage": "https://github.com/pgrimard/react-toggle-switch#readme"
}