forked from sergeyt/meteor-typeahead
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 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
{
"name": "meteor-typeahead",
"version": "0.11.1",
"description": "Autocomplete package for meteor powered by twitter typeahead.js",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:sergeyt/meteor-typeahead.git"
},
"keywords": [
"meteor",
"typeahead",
"autocomplete"
],
"author": "Sergey Todyshev <[email protected]>",
"contributors": [
"Sergey Todyshev <[email protected]>",
"Benjamin Berman <[email protected]>",
"Dan Dascalescu <[email protected]>",
"Jess Latimer <[email protected]>",
"Oliver Lloyd <[email protected]>",
"Thimo Brinkmann <[email protected]>",
"cinjon <[email protected]>",
"grigio <[email protected]>",
"zhenya <[email protected]>",
"BBLN",
"Daniela Meneses <[email protected]>"
],
"dependencies": {},
"devDependencies": {
"coffeelint": "^1.15.0",
"grunt": "^0.4.5",
"grunt-auto-release": "^0.0.6",
"grunt-bump": "^0.7.0",
"grunt-cli": "^1.2.0",
"grunt-coffeelint": "^0.0.15",
"grunt-contrib-jshint": "^1.0.0",
"grunt-npm": "^0.0.2"
},
"scripts": {
"lint": "grunt lint",
"test": "grunt test"
}
}