-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 979 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
35
36
37
38
39
40
{
"name": "cl-index",
"version": "0.0.1",
"description": "Common Library index service. Reads messages from a RabbitMQ queue and interacts with an ElasticSearch index.",
"main": "index_service.js",
"scripts": {
"test": "mocha --recursive --reporter spec"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:edify/cl-index.git"
},
"keywords": [
"cl",
"common",
"library",
"index",
"elasticSearch",
"rabbitMQ"
],
"author": "edify",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/edify/cl-index/issues"
},
"homepage": "https://gitlab.com/edify/cl-index.git#README",
"dependencies": {
"amqplib": "^0.4.2",
"bunyan": "^1.8.1",
"bunyan-format": "^0.2.1",
"chai": "^3.5.0",
"elasticsearch": "^11.0.1",
"mocha": "^3.0.2",
"mock-require": "^1.3.0",
"request": "^2.75.0",
"request-promise": "^4.1.1",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0"
}
}