{
  "name": "hummingbird",
  "main": "hummingbird.js",
  "version": "2.1.5",
  "homepage": "http://glg.github.io/hummingbird.js",
  "authors": [
    {"name": "Steve Quince", "email":"squince@glgroup.com"},
    {"name": "Dan Griffis", "email": "dgriffis@glgroup.com"},
    {"name": "Amit Segal", "email": "asegal@glgroup.com"}
  ],
  "description": "Misspellings and nicknames are no match for this fast and forgiving typeahead engine.",
  "repository": {
    "type": "git",
    "url": "git://github.com/glg/hummingbird.js.git"
  },
  "moduleType": [
    "globals",
    "node"
  ],
  "keywords": [
    "autosuggest",
    "autocomplete",
    "typeahead",
    "node",
    "search",
    "n-gram",
    "ngram"
  ],
  "license": "MIT",
  "private": false,
  "ignore": [
    "bower_components",
    "build",
    "docs",
    "examples",
    "lib",
    "node_modules",
    "test",
    "Gruntfile.js",
    "**/.*",
    "*.html",
    "*.json"
  ]
}
