SAND-framework/public/assets/hyperform-0.12.0/bower.json
2021-06-16 11:35:03 +02:00

29 lines
516 B
JSON

{
"name": "hyperform",
"version": "0.12.0",
"homepage": "https://github.com/hyperform/hyperform",
"authors": [
"Manuel Strehl"
],
"description": "Capture form validation back from the browser",
"main": "src/hyperform.js",
"moduleType": "es6",
"keywords": [
"html5",
"form",
"forms",
"input",
"validation"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"examples",
"Makefile",
"src",
"test",
"tests"
]
}