{
  "name": "web-form-validator",
  "version": "0.1.8",
  "description": "A JavaScript Form data validation library.",
  "main": "index.js",
  "keywords": [
    "javascript",
    "js",
    "validator",
    "validation",
    "form",
    "react"
  ],
  "scripts": {
    "build": "babel --out-dir lib src",
    "lint": "eslint ./src -f table || true",
    "test-unit": "mocha --compilers js:babel-core/register 'tests/**/*Test.js'",
    "test": "npm run lint && npm run test-unit"
  },
  "author": {
    "name": "Ivan Kalinin at Isolary LLC",
    "email": "to.wave.x@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/isolary/web-form-validator.git"
  },
  "bugs": {
    "url": "https://github.com/isolary/web-form-validator/issues"
  },
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.0.2",
    "babel-preset-es2015": "^6.24.1",
    "eslint": "^4.12.0",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.5.1",
    "expect.js": "^0.3.1",
    "mocha": "^4.0.1"
  },
  "dependencies": {
    "lodash.isequal": "^4.5.0",
    "validator": "^9.1.2"
  }
}
