{
  "name": "form-validation-with-rules",
  "version": "4.0.0",
  "description": "Form Validation with Rules. Currently no support.",
  "main": "dist-es5/index.js",
  "browser": "dist-es5/index.js",
  "module": "dist-es6/index.js",
  "jsnext:main": "dist-es6/index.js",
  "scripts": {
    "build": "run-p build:es5 build:es6",
    "build:es6": "cross-env BABEL_ENV=es6 babel ./src --out-dir ./dist-es6",
    "build:es5": "cross-env BABEL_ENV=es5 babel ./src --out-dir ./dist-es5",
    "prepublishOnly": "npm run build",
    "doc": "jsdoc --configure .jsdocrc.json",
    "test:unit": "cross-env BABEL_ENV=test mocha --require babel-core/register --recursive ./tests/ --silent",
    "test:coverage": "cross-env NODE_ENV=test nyc --all --reporter=text-summary npm run test:unit",
    "posttest:coverage": "nyc report --reporter=lcov"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webdesignberlin/form-validation.git"
  },
  "author": "Michael Gerstmann <guten-tag@seiler-gerstmann.de> (http://micha.seiler-gerstmann.de)",
  "license": "private",
  "bugs": {
    "url": "https://github.com/webdesignberlin/form-validation/issues"
  },
  "homepage": "https://github.com/webdesignberlin/form-validation#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.2",
    "babel-minify-webpack-plugin": "^0.3.0",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-istanbul": "^4.1.5",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-es2016": "^6.24.1",
    "babel-preset-stage-3": "^6.24.1",
    "babel-register": "^6.26.0",
    "chai": "^4.1.2",
    "cross-env": "^5.1.3",
    "eslint": "^4.17.0",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.8.0",
    "istanbul": "^0.4.5",
    "jsdoc": "^3.5.5",
    "jsdom": "^11.7.0",
    "mocha": "^5.0.0",
    "moment": "^2.20.1",
    "npm-run-all": "^4.1.2",
    "nyc": "^13.1.0",
    "pre-commit": "^1.2.2",
    "webpack": "^3.10.0",
    "webpack-bundle-analyzer": "^2.10.0"
  },
  "dependencies": {}
}
