-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.41 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
{
"name": "auto-advanced-search",
"version": "1.0.2",
"description": "auto-advanced-search is a module to work queries in mysql match-against mode in boolean mode.",
"main": "index.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/findhit/auto-advanced-search.git"
},
"keywords": [
"findhit",
"auto",
"advanced",
"search",
"mysql",
"match",
"against",
"boolean",
"mode",
"brunocasanova"
],
"author": "Bruno Casanova <[email protected]>",
"contributors": [
{
"name": "José Moreira",
"email": [
]
},
{
"name": "António Loureiro",
"email": [
]
},
{
"name": "Bruno Casanova",
"email": [
]
}
],
"license": "GPL v3",
"bugs": {
"url": "https://github.com/findhit/auto-advanced-search/issues"
},
"homepage": "https://github.com/findhit/auto-advanced-search",
"devDependencies": {
"bluebird": "^2.9.13",
"chai": "^1.10.0",
"debug": "^2.1.1",
"mocha": "^2.1.0",
"mysql": "^2.5.5",
"sequelize": "^2.0.0-rc8"
},
"dependencies": {
"findhit-util": "^0.2.7"
}
}