This commit is contained in:
2022-03-16 04:56:18 +01:00
commit b4daaaaf98
472 changed files with 398239 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"
}
}