{
  "name": "meteor-typeahead",
  "version": "1.2.0",
  "description": "Autocomplete package for meteor powered by twitter typeahead.js",
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:sergeyt/meteor-typeahead.git"
  },
  "keywords": [
    "meteor",
    "typeahead",
    "autocomplete"
  ],
  "author": "Sergey Todyshev <stodyshev@gmail.com>",
  "contributors": [
    "Sergey Todyshev <stodyshev@gmail.com>",
    "Raphael Araújo <raphox.araujo@gmail.com>",
    "Sergey Todyshev <sergey.todyshev@xored.com>",
    "Ben Greene <ben@benmgreene.com>",
    "Benjamin Berman <benjamin.s.berman@gmail.com>",
    "Eli Doran <eli@elidoran.com>",
    "Kristijan Husak <husakkristijan@gmail.com>",
    "Sudhanshu <sudhansh@gmail.com>",
    "Ajar-Ajar <ajar.interactive@gmail.com>",
    "Ayoub <ayoub.hidri@gmail.com>",
    "BBLN <doomclanserv@gmail.com>",
    "Chip Castle <chip@chipcastle.com>",
    "Dan Dascalescu <ddascalescu+github@gmail.com>",
    "Daniela Meneses <daniela.meneses@fundacion-jala.org>",
    "Danny Povolotski <dannypovolotski@gmail.com>",
    "David Furlong <dvfurlong@googlemail.com>",
    "David Pankros <dpankros@miragy.com>",
    "Jeff Patzer <jeff.patzer@moovweb.com>",
    "Jess Latimer <jplatimer@gmail.com>",
    "Kent Shikama <kent@kentshikama.com>",
    "Laran Evans <laran@laranevans.com>",
    "Oliver Lloyd <oliver_lloyd@hotmail.com>",
    "Patrice Gauthier <patgauth@gmail.com>",
    "Pierre Ozoux <pierre@ozoux.net>",
    "Simon Mansfield <siyfion@gmail.com>",
    "Thimo Brinkmann <thimo.brinkmann@googlemail.com>",
    "Vaughn Iverson <vsivsi@yahoo.com>",
    "Volodymyr Kachurovskyi <Volodymyr.Kachurovskyi@gmail.com>",
    "cinjon <cinjon.resnick@gmail.com>",
    "eluck <mail@eluck.me>",
    "flowennl <lowen.f@gmail.com>",
    "grigio <grigio.org@gmail.com>",
    "pierreozoux <pierre@ozoux.net>",
    "zhan <jey.and.key@gmail.com>",
    "zhenya <eugeneas@gmail.com>"
  ],
  "dependencies": {},
  "devDependencies": {
    "coffeelint": "^2.1.0",
    "grunt": "^1.0.2",
    "grunt-auto-release": "^0.0.7",
    "grunt-bump": "^0.8.0",
    "grunt-cli": "^1.2.0",
    "grunt-coffeelint": "^0.0.16",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-npm": "^0.0.2"
  },
  "scripts": {
    "lint": "grunt lint",
    "test": "grunt test"
  }
}
