-
Notifications
You must be signed in to change notification settings - Fork 82
/
package.json
69 lines (69 loc) · 2.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"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"
}
}