-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 888 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 888 Bytes
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
{
"name": "epicsearch",
"version": "1.4.6",
"description": "Elasticsearch in Nodejs made better: Query batching for heavy load scenarios and some utility functions",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"chai": "^2.2.0",
"debug": "^2.1.3",
"elasticsearch": "^10.0.1",
"js-object-updater": "^1.0.1",
"lodash": "^3.10.1",
"q": "^1.1.2"
},
"devDependencies": {},
"scripts": {
"test": "mocha",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git@github.com/mastersilv3r/epicsearch.git"
},
"keywords": [
"elasticsearch",
"performance",
"percolate",
"utilities"
],
"author": "Silv3r",
"license": "MIT",
"bugs": {
"url": "https://github.com/mastersilv3r/epicsearch/issues"
},
"homepage": "https://github.com/mastersilv3r/epicsearch"
}