{ "name": "ion-autocomplete", "version": "0.3.2", "description": "A configurable Ionic directive for an autocomplete dropdown", "main": [ "./dist/ion-autocomplete.js", "./dist/ion-autocomplete.css" ], "license": "MIT", "ignore": [ "**/.*", ".gitignore", "Gruntfile.js", "karma.conf.js", "lib", "src", "test", "node_modules", "bower_components", "demo.gif", "protractor-conf.js" ], "keywords": [ "AngularJS", "angular", "Ionic", "ion", "autocomplete" ], "authors": [ "Danny Povolotski ", "Guy Brand " ], "homepage": "https://github.com/guylabs/ion-autocomplete", "repository": { "type": "git", "url": "https://github.com/guylabs/ion-autocomplete.git" }, "devDependencies": { "ionic": "driftyco/ionic-bower#1.1.1", "angular-mocks": "1.4.3" } }