forked from forkgeeks/cloudwatch-logs-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 909 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
34
35
36
37
38
{
"name": "cloudwatch-logs-parser",
"version": "1.0.9",
"description": "This will parse the cloudwatch logs stream into a json model on which you can done manupulatoin easily",
"main": "./lib/parser.js",
"scripts": {
"test": "standard && mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/forkgeeks/cloudwatch-logs-parser.git"
},
"keywords": [
"cloudwatch",
"log",
"parser",
"stream",
"parser",
"export",
"cloudwatch",
"logs"
],
"author": "Abdullah Bashir",
"license": "ISC",
"bugs": {
"url": "https://github.com/forkgeeks/cloudwatch-logs-parser/issues"
},
"homepage": "https://github.com/forkgeeks/cloudwatch-logs-parser#readme",
"dependencies": {
"camelcase": "^2.0.1",
"mocha": "^3.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"rewire": "^2.5.2",
"standard": "^7.1.2"
}
}