-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 906 Bytes
/
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
{
"name": "elasticsearch-query-builder",
"version": "0.0.2",
"description": "Utility to assist in building Elasticsearch query JSON. Supports wildcard in inputs.",
"author": "Leonard Wu <leonard.wu92@alumni.ic.ac.uk>",
"contributors": [{
"name": "Leonard Wu",
"email": "leonard.wu92@alumni.ic.ac.uk"
}],
"main": "lib/esqbuilder.js",
"dependencies": {},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/leonardw/elasticsearch-query-builder.git"
},
"keywords": [
"elasticsearch",
"elastic",
"search",
"query"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/leonardw/elasticsearch-query-builder/issues"
},
"homepage": "https://github.com/leonardw/elasticsearch-query-builder",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">= 0.8"
}
}