58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
|
|
{
|
||
|
|
"name": "react-password-mask",
|
||
|
|
"version": "3.3.1",
|
||
|
|
"description": "Show/hide the contents of a password field.",
|
||
|
|
"main": "lib/passwordMask.min.js",
|
||
|
|
"jest": {
|
||
|
|
"testRegex": "(/test/.*|(\\.|/))\\.js?$",
|
||
|
|
"moduleFileExtensions": [
|
||
|
|
"js",
|
||
|
|
"json"
|
||
|
|
],
|
||
|
|
"collectCoverage": true,
|
||
|
|
"coverageDirectory": "coverage",
|
||
|
|
"coverageReporters": [
|
||
|
|
"lcov"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/zakangelle/react-password-mask.git"
|
||
|
|
},
|
||
|
|
"author": "Zak Angelle",
|
||
|
|
"license": "MIT",
|
||
|
|
"homepage": "https://github.com/zakangelle/react-password-mask#readme",
|
||
|
|
"peerDependencies": {
|
||
|
|
"react": "^0.14.6 || 15.x.x",
|
||
|
|
"prop-types": "^15.3.2"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"babel-cli": "^6.16.0",
|
||
|
|
"babel-eslint": "^6.1.2",
|
||
|
|
"babel-loader": "^6.2.5",
|
||
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
||
|
|
"babel-preset-es2015": "^6.22.0",
|
||
|
|
"babel-preset-react": "^6.22.0",
|
||
|
|
"babel-preset-stage-0": "^6.5.0",
|
||
|
|
"coveralls": "^2.11.14",
|
||
|
|
"cross-env": "^3.1.3",
|
||
|
|
"css-loader": "^0.25.0",
|
||
|
|
"enzyme": "^2.4.1",
|
||
|
|
"eslint": "^1.10.3",
|
||
|
|
"eslint-config-airbnb": "^5.0.1",
|
||
|
|
"eslint-loader": "^1.5.0",
|
||
|
|
"eslint-plugin-react": "^3.16.1",
|
||
|
|
"extract-text-webpack-plugin": "^2.0.0",
|
||
|
|
"html-webpack-plugin": "^2.28.0",
|
||
|
|
"jest": "^19.0.2",
|
||
|
|
"react": "^15.3.2",
|
||
|
|
"prop-types": "^15.3.2",
|
||
|
|
"react-addons-test-utils": "^15.4.2",
|
||
|
|
"react-dom": "^15.3.2",
|
||
|
|
"react-test-renderer": "^15.4.2",
|
||
|
|
"sinon": "^1.17.6",
|
||
|
|
"style-loader": "^0.13.1",
|
||
|
|
"webpack": "^2.2.1",
|
||
|
|
"webpack-dev-server": "^2.2.0"
|
||
|
|
}
|
||
|
|
}
|