-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.11 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "log4js-cloudwatch-appender",
"version": "1.1.0",
"description": "log4js aws cloudwatch appender",
"main": "lib/index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/regevbr/log4js-cloudwatch-appender.git"
},
"keywords": [
"aws",
"cloudwatch",
"log4js",
"appender",
"cloud-watch",
"npm",
"npm-package",
"npm-module",
"javascript-library",
"cloud",
"watch",
"logs",
"log",
"cw",
"node",
"nodejs",
"javascript"
],
"author": "Regev Brody <[email protected]>",
"engines": {
"node": ">=6.11.3"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/regevbr/log4js-cloudwatch-appender/issues"
},
"homepage": "https://github.com/regevbr/log4js-cloudwatch-appender#readme",
"dependencies": {
"lawgs": "^1.0.4"
},
"devDependencies": {
"coveralls": "^3.0.0",
"expect.js": "^0.3.1",
"istanbul": "^0.4.5",
"jshint": "^2.9.5",
"mocha": "^4.0.1",
"mocha-lcov-reporter": "^1.3.0",
"sandboxed-module": "^2.0.3"
}
}