-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
31 lines (31 loc) · 849 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
{
"name": "es-response-parser",
"version": "1.0.1",
"description": "A module that helps to parse Elasticsearch aggregation response to human readable form",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Isabek/es-response-parser.git"
},
"keywords": [
"Elasticsearch aggregation Node.JS",
"response parser aggregation Node.JS",
"human readable response elasticsearch"
],
"author": "isabek2309@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/Isabek/es-response-parser/issues"
},
"homepage": "https://github.com/Isabek/es-response-parser#readme",
"devDependencies": {
"mocha": "^2.3.4",
"assert": "^1.3.0"
},
"dependencies": {
"xtend": "^4.0.1"
}
}