-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 782 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 782 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
{
"name": "elastic-logger",
"version": "0.0.2",
"description": "Log your app events to ElasticSearch easily",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec test/test.js -S -b -t 10000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cernytomas/elastic-logger.git"
},
"author": "cernytomas",
"license": "ISC",
"bugs": {
"url": "https://github.com/cernytomas/elastic-logger/issues"
},
"homepage": "https://github.com/cernytomas/elastic-logger#readme",
"dependencies": {
"es6-promisify": "^5.0.0",
"moment": "^2.15.1",
"nodemailer": "^2.6.4"
},
"devDependencies": {
"co": "^4.6.0",
"elasticsearch": "^11.0.1",
"mocha": "^2.3.4",
"should": "^8.2.0"
}
}