spa-form/package.json
Caleb Braaten efb9fcbb61 Initial Commit
Base files and version 1 of code.
2020-02-12 07:42:16 -08:00

28 lines
692 B
JSON

{
"name": "spa-form",
"version": "1.0.0",
"description": "A Utility web component to send form data to a callback function instead of HTTP endpoint",
"main": "spa-form.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CalebBraaten/spa-form.git"
},
"keywords": [
"WebComponents",
"FunctionalWebComponent",
"VanillaJS",
"NoFramework",
"SPA",
"Components"
],
"author": "Caleb Braaten",
"license": "MIT",
"bugs": {
"url": "https://github.com/CalebBraaten/spa-form/issues"
},
"homepage": "https://github.com/CalebBraaten/spa-form#readme"
}