{
  "name": "ow-lite",
  "version": "0.0.2",
  "description": "Lightweight replacement for the ow validation library meant for browser usage.",
  "main": "index.js",
  "repository": "transitive-bullshit/ow-lite",
  "author": "Travis Fischer <travis@automagical.ai>",
  "license": "MIT",
  "scripts": {
    "test": "ava -v && standard"
  },
  "engines": {
    "node": ">=6"
  },
  "keywords": [
    "ow",
    "browser",
    "shim",
    "lite"
  ],
  "devDependencies": {
    "ava": "^0.25.0",
    "esm": "^3.0.49",
    "standard": "^11.0.0"
  },
  "ava": {
    "require": [
      "esm"
    ]
  }
}
