{
  "name": "react-rails-ux-password-field",
  "version": "0.9.23",
  "license": "MIT",
  "main": "src/index.js",
  "browser": "./lib/react-ux-password-field.js",
  "description": "A UX forward password field for react-js using react-rails",
  "scripts": {
    "dev": "webpack --watch --port 9501 --colors",
    "demo": "webpack-dev-server --config webpack.server.config.js --content-base ./dev_server --port 9500 --colors --hot",
    "test": "jest",
    "build": "webpack && webpack -p --config webpack.min.config.js && webpack -p -d --config webpack.demo.config.js",
    "deploy": "gh-pages-deploy"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vascogaspar/react-ux-password-field.git"
  },
  "bugs": {
    "url": "https://github.com/vascogaspar/react-ux-password-field/issues"
  },
  "keywords": [
    "react",
    "react-component",
    "form",
    "validation",
    "html5",
    "password",
    "password-strength",
    "zxcvbn",
    "validate",
    "password-security"
  ],
  "author": "vascogaspar",
  "homepage": "https://github.com/vascogaspar/react-ux-password-field",
  "engines": {
    "iojs": ">=2.x.x",
    "nodejs": ">=0.11.x"
  },
  "dependencies": {
    "autoprefixer-core": "^6.0.1",
    "babel": "^5.8.23",
    "babel-core": "^5.8.25",
    "babel-jest": "^5.3.0",
    "babel-loader": "^5.3.2",
    "css-loader": "^0.20.1",
    "csswring": "^4.0.0",
    "extract-text-webpack-plugin": "^0.8.2",
    "file-loader": "^0.8.4",
    "gh-pages-deploy": "^0.3.0",
    "jsx-loader": "^0.13.2",
    "lodash.debounce": "^3.1.1",
    "normalize.css": "^3.0.3",
    "postcss-loader": "^0.6.0",
    "react": ">=0.13.0",
    "root-require": "^0.3.1",
    "script-loader": "^0.6.1",
    "style-loader": "^0.12.4",
    "url-loader": "^0.5.6",
    "webpack": "^1.12.2",
    "webpack-dev-server": "^1.12.1"
  },
  "devDependencies": {
    "jest-cli": "0.5.10"
  },
  "gh-pages-deploy": {
    "staticpath": "demo",
    "prep": [
      "build"
    ],
    "noprompt": false
  },
  "jest": {
    "scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
    "testFileExtensions": [
      "es6",
      "js"
    ],
    "moduleFileExtensions": [
      "js",
      "json",
      "es6"
    ]
  }
}
