{
    "name": "react-utils-input",
    "version": "1.3.0",
    "description": "Lightweight React Input component, serving as a reusable utility wrapper for HTML Input elements.",
    "author": "Raul Rene Lepsa <raul.lepsa@gmail.com> (https://github.com/raulrene)",
    "license": "MIT",
    "main": "dist/index.js",
    "scripts": {
        "build": "webpack -d",
        "lint": "esw webpack.config.* src --color",
        "test": "webpack --config webpack.spec.config.js --hide-modules; node_modules/.bin/mocha --require jsdom-global/register dist/index.spec.js && rm dist/index.spec.js"
    },
    "keywords": [
        "react-utils-input",
        "react",
        "reusable",
        "input",
        "input-password",
        "input-text",
        "react-utils-bundle",
        "react-component"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/raulrene/react-utils-input"
    },
    "dependencies": {},
    "devDependencies": {
        "babel-core": "^6.26.3",
        "babel-eslint": "^10.0.1",
        "babel-loader": "^7.1.2",
        "babel-preset-es2015": "^6.24.1",
        "babel-preset-es2017": "^6.24.1",
        "babel-preset-react": "^6.24.1",
        "babel-preset-stage-2": "^6.24.1",
        "chai": "^4.1.2",
        "chai-enzyme": "^1.0.0-beta.1",
        "clean-webpack-plugin": "^0.1.17",
        "enzyme": "^3.9.0",
        "enzyme-adapter-react-15": "^1.3.0",
        "eslint": "^5.14.1",
        "eslint-config-google": "^0.12.0",
        "eslint-plugin-babel": "^5.3.0",
        "eslint-plugin-import": "^2.16.0",
        "eslint-plugin-inferno": "^7.11.0",
        "eslint-plugin-react": "^7.12.4",
        "eslint-plugin-require-jsdoc-except": "^1.3.0",
        "eslint-watch": "^4.0.2",
        "jsdom": "^11.3.0",
        "jsdom-global": "^3.0.2",
        "mocha": "^4.0.1",
        "prop-types": "^15.7.2",
        "react": "15.6.2",
        "react-addons-test-utils": "15.5.0",
        "react-dom": "15.5.0",
        "react-test-renderer": "^15.6.2",
        "sinon": "^4.0.1",
        "sinon-chai": "^2.14.0",
        "webpack": "^2.4.1"
    }
}
