bower.json

19 lines | 302 B Blame History Raw Download
{
  "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"
  }
}