{
  "name": "cicero-form-validator",
  "version": "1.2.0",
  "description": "",
  "main": "./lib/index.js",
  "scripts": {
    "version": "conventional-changelog -p angular -si changelog.md && git add changelog.md",
    "prepublish": "npm run build",
    "build": "npm run build:js && npm run build:flow",
    "build:js": "babel src --out-dir lib --ignore test",
    "build:flow": "flow-copy-source src lib && rm -rf lib/**/__tests__",
    "test": "jest --coverage",
    "lint": "eslint .",
    "flow": "flow check",
    "semantic-release": "false && semantic-release pre && npm publish && semantic-release post"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cicerono/validator.git"
  },
  "author": "Rolf Erik Lekang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cicerono/validator/issues"
  },
  "homepage": "https://github.com/cicerono/validator#readme",
  "files": [
    "lib",
    "package.json",
    "license",
    "readme.md",
    "changelog.md"
  ],
  "eslintConfig": {
    "extends": [
      "airbnb-base"
    ],
    "parser": "babel-eslint",
    "rules": {
      "arrow-body-style": 0,
      "import/no-extraneous-dependencies": [
        "error",
        {
          "devDependencies": true
        }
      ],
      "no-prototype-builtins": 0
    }
  },
  "devDependencies": {
    "babel": "^6.23.0",
    "babel-cli": "^6.23.0",
    "babel-eslint": "^7.1.1",
    "babel-jest": "^19.0.0",
    "babel-plugin-lodash": "^3.2.11",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-latest": "^6.22.0",
    "bluebird": "^3.4.1",
    "conventional-changelog-cli": "^1.2.0",
    "eslint": "^3.0.1",
    "eslint-config-airbnb-base": "^4.0.0",
    "eslint-plugin-ava": "^2.5.0",
    "eslint-plugin-import": "^1.10.2",
    "flow-bin": "0.34",
    "flow-copy-source": "^1.1.0",
    "jest": "^19.0.1",
    "jest-cli": "^19.0.1",
    "sinon": "^1.17.4"
  },
  "dependencies": {
    "es6-error": "^3.0.0",
    "lodash": "^4.12.0",
    "moment": "^2.13.0",
    "validator": "^5.2.0"
  }
}
