{
  "name": "@stormid/validate",
  "version": "1.0.0",
  "description": "Client-side form validation",
  "author": "stormid",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": "https://github.com/stormid/components/tree/master/packages/validate",
  "private": false,
  "main": "dist/index.js",
  "source": "src/index.js",
  "module": "dist/index.modern.js",
  "unpkg": "dist/index.umd.js",
  "browser": "dist/index.umd.js",
  "keywords": [
    "stormid",
    "form",
    "component",
    "validation",
    "unobtrustive",
    "constraint",
    "dotnetcore",
    ".NetMVC",
    "HTML5"
  ],
  "scripts": {
    "build": "microbundle --name Validate",
    "test": "jest --coverage",
    "dev": "webpack-dev-server --config example/webpack.config.js",
    "prod": "webpack --config example/webpack.config.js --mode production",
    "prepublish": "npm run -s build"
  },
  "gitHead": "becc0b22b3e0bca9dcb514c7ad947e4bfc3fc7e0"
}
