password-show-hide-field-react
Version:
Show and Hide Password text
42 lines (41 loc) • 1.03 kB
JSON
{
"name": "password-show-hide-field-react",
"version": "1.0.1",
"description": "Show and Hide Password text",
"main": "index.js",
"author": "Sujal Patel<sujalpatel022@gmail.com>",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sujalpatel2209/PasswordShowHide.git"
},
"bugs": {
"url": "https://github.com/sujalpatel2209/PasswordShowHide/issues"
},
"homepage": "https://github.com/sujalpatel2209/PasswordShowHide/issues#readme",
"keywords": [
"react-component",
"password-hide-show",
"input",
"inputfield",
"page",
"form"
],
"dependencies": {
"html-webpack-plugin": "^2.30.1",
"path": "^0.12.7",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1"
}
}