19 lines
302 B
JSON
Raw Normal View History

2024-09-30 09:47:06 +00: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"
}
}