{
  "name": "proto-form",
  "version": "1.0.5",
  "description": "A typescript base library for managing native javascript forms. Handles onChange events, and normalizing data flow. Leverages native javascript events.",
  "main": "src/index.ts",
  "types": "src/index.ts",
  "files": [
    "src/*"
  ],
  "keywords": [
    "TypeScript",
    "Native",
    "Javascript",
    "Forms"
  ],
  "author": "Justin Kempton",
  "license": "MIT"
}
