-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.01 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
{
"name": "full-text-search-query",
"version": "v2.0.0",
"description": "full-text-search-query is a JavaScript library to help convert a user-friendly, Google-like search term into a valid Microsoft SQL Server full text search query.",
"keywords": [
"SQL Server",
"Full Text Search"
],
"homepage": "https://github.com/roncli/full-text-search-query",
"bugs": {
"url": "https://github.com/roncli/full-text-search-query/issues",
"email": "roncli@roncli.com"
},
"license": "MIT",
"author": {
"name": "Ronald M. Clifford",
"email": "roncli@roncli.com",
"url": "http://www.roncli.com"
},
"contributors": [
{
"name": "Jonathan Wood",
"url": "http://www.softcircuits.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/roncli/full-text-search-query.git"
},
"engines": {
"node": ">=12.0.0"
},
"private": false,
"main": "ftsQuery.js"
}