{
    "name": "@yaireo/ui-switch",
    "version": "1.0.5",
    "homepage": "https://github.com/yairEO/ui-switch",
    "description": "lightweight React Switch component using CSS variables",
    "keywords": [
        "switch",
        "checkbox",
        "react",
        "input",
        "component",
        "ui"
    ],
    "license": "MIT",
    "_npmUser": {
        "name": "vsync",
        "email": "vsync.design@gmail.com"
    },
    "browserslist": [
        ">3% and ie 11",
        "not dead",
        "not ie < 11",
        "not IE_Mob 11",
        "not op_mini all"
    ],
    "scripts": {
        "start": "npx gulp@4.0.2",
        "push": "git push origin",
        "push:tags": "git push origin --tags"
    },
    "author": {
        "name": "Yair Even-Or",
        "email": "vsync.design@gmail.com"
    },
    "main": "./dist/Switch.react.js",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/yairEO/ui-switch.git"
    },
    "bugs": {
        "url": "https://github.com/yaireo/ui-switch/issues"
    },
    "devDependencies": {
        "@babel/core": "^7.5.5",
        "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
        "@babel/plugin-transform-destructuring": "^7.12.1",
        "@babel/preset-env": "^7.12.1",
        "@babel/preset-react": "^7.12.1",
        "gulp": "^4.0.2",
        "gulp-autoprefixer": "7.0.1",
        "gulp-babel": "^8.0.0",
        "gulp-bump": "^3.1.3",
        "gulp-cached": "^1.1.1",
        "gulp-clean-css": "^4.3.0",
        "gulp-combine-mq": "^0.4.0",
        "gulp-css-globbing": "^0.2.2",
        "gulp-git": "^2.10.1",
        "gulp-load-plugins": "^2.0.1",
        "gulp-sass": "^4.1.0",
        "gulp-tag-version": "^1.3.1",
        "gulp-uglify": "^3.0.2",
        "gulp-umd": "^2.0.0",
        "semver": "^7.3.2"
    }
}
