from gitlab

This commit is contained in:
Jörg Henke
2023-12-04 11:52:12 +01:00
parent 05fa4e7209
commit 5fd979c3a4
585 changed files with 400301 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{
"name": "autofill-event",
"version": "0.0.1",
"main": "autofill-event.js",
"description": "Autofill Event module",
"ignore": [
"**/.*",
"*.yml",
"*.xml",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.2.10"
}
}