{
  "name": "try-react-password-input",
  "version": "1.0.0",
  "description": "A password input with certain validations provided by the developer via props",
  "main": "dist/index.js",
  "scripts": {
    "test": "mocha -r babel-core/register test/.setup.js test/**/*.test.js",
    "lint": "gulp lint",
    "ci-check": "gulp ci-check"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/anshulsahni/TryReact.git"
  },
  "keywords": [
    "try-react",
    "password",
    "react",
    "password",
    "validator",
    "password-validations",
    "password-input",
    "input"
  ],
  "author": "Anshul Sahni <anshul_sahni@live.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/anshulsahni/TryReact/issues"
  },
  "homepage": "https://github.com/anshulsahni/TryReact#readme",
  "dependencies": {
    "lodash.intersection": "^4.4.0",
    "lodash.isarray": "^4.0.0",
    "lodash.isnull": "^3.0.0",
    "lodash.keys": "^4.2.0",
    "lodash.map": "^4.6.0",
    "lodash.omit": "^4.5.0",
    "lodash.pick": "^4.4.0",
    "lodash.pickby": "^4.6.0",
    "lodash.replace": "^4.1.4",
    "password-validator": "^2.1.2",
    "pick-react-known-prop": "^0.1.0",
    "prop-types": "^15.5.10",
    "pseudomap": "^1.0.2",
    "react": "^15.4.2",
    "styled-jsx": "^1.0.5"
  },
  "devDependencies": {
    "babel-core": "^6.24.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-preset-es2015": "^6.24.0",
    "babel-preset-react": "^6.23.0",
    "babelify": "^7.3.0",
    "browser-sync": "^2.18.8",
    "browserify": "^14.1.0",
    "chai": "^3.5.0",
    "enzyme": "^2.8.0",
    "eslint": "^3.17.1",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.10.0",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-eslint": "^3.0.1",
    "gulp-mocha": "^4.1.0",
    "gulp-sourcemaps": "^2.4.1",
    "gulp-uglify": "^2.1.0",
    "gulp-util": "^3.0.8",
    "jsdom": "^9.12.0",
    "mocha": "^3.2.0",
    "react-addons-test-utils": "^15.4.2",
    "react-dom": "^15.4.2",
    "sinon": "^2.1.0",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0",
    "watchify": "^3.9.0"
  },
  "files": [
    "dist/"
  ]
}
