forked from Coggle/s3-streamlogger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 804 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
{
"name": "s3-streamlogger",
"version": "1.6.1",
"description": "Stream for logging to s3 with rotated object names. Usable as a wiston-file stream. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/coggle/s3-streamlogger.git"
},
"keywords": [
"winston",
"logging",
"s3"
],
"author": "James Crosby <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/coggle/s3-streamlogger/issues"
},
"homepage": "https://github.com/coggle/s3-streamlogger",
"dependencies": {
"aws-sdk": "^2.80.0",
"git-branch": "~0.3.0",
"strftime": "~0.8.2"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.0"
}
}