12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "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 <dannypovolotski@gmail.com>",
- "Guy Brand <admin@guylabs.org>"
- ],
- "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"
- }
- }
|