19 lines
302 B
JSON
Raw Normal View History

2023-04-25 01:49:08 +02:00
{
"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"
}
}