forked from JohnKimDev/sails-hook-winstonlog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 992 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 992 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "sails-hook-winstonlog",
"version": "0.2.4",
"description": "A custom Sails.js hook to add support for Winston logger",
"main": "lib/logger.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git@github.com:JohnKimDev/sails-hook-winstonlog.git"
},
"keywords": [
"sailsjs",
"winston",
"logger",
"aws",
"cloudwatch",
"node",
"logging",
"sails"
],
"author": "John Kim @johnkimdev",
"license": "MIT",
"bugs": {
"url": "https://github.com/JohnKimDev/sails-hook-winstonlog/issues"
},
"homepage": "https://github.com/JohnKimDev/sails-hook-winstonlog",
"dependencies": {
"lodash": "^3.9.3",
"mkdirp": "^0.5.1",
"moment": "^2.15.1",
"winston": "^2.4.0",
"winston-cloudwatch": "^1.13.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-mocha-test": "^0.13.2",
"mocha": "^3.1.2",
"sails": "^0.12.14"
},
"sails": {
"isHook": true
}
}