1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "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"
- },
- "_release": "0.3.2",
- "_resolution": {
- "type": "version",
- "tag": "v0.3.2",
- "commit": "e29cfa9a9b98b2d05c808eacb83ed36d0c207df2"
- },
- "_source": "https://github.com/guylabs/ion-autocomplete.git",
- "_target": "^0.3.2",
- "_originalSource": "ion-autocomplete",
- "_direct": true
- }
|