forked from lazywithclass/winston-cloudwatch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 758 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 758 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
{
"name": "winston-cloudwatch",
"version": "0.1.1",
"description": "Send logs to Amazon Cloudwatch using Winston.",
"keywords": ["amazon", "cloudwatch", "winston", "logging", "log"],
"main": "index.js",
"scripts": {
"test": "make test",
"dev": "make -s"
},
"repository": "https://github.com/lazywithclass/winston-cloudwatch",
"author": "me@lazywithclass.com",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.0.30",
"lodash": "^2.4.1",
"winston": "^0.8.3"
},
"devDependencies": {
"clarify": "^1.0.5",
"coffee-script": "^1.7.1",
"mocha": "^1.18.2",
"should": "^3.3.1",
"sinon": "^1.12.1",
"testem": "^0.6.15"
}
}