-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
35 lines (35 loc) · 1014 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
{
"name": "al-cwe-collector",
"version": "1.0.3",
"description": "Alert Logic CloudWatch Events Collector",
"repository": {},
"private": true,
"scripts": {
"start": "node index.js",
"lint": "jshint --exclude \"./node_modules/*\" **/*.js",
"test": "JUNIT_REPORT_PATH=./test/report.xml nyc --reporter=cobertura mocha --colors --reporter mocha-jenkins-reporter"
},
"devDependencies": {
"aws-sdk": "*",
"aws-sdk-mock": "*",
"dotenv": "*",
"clone": "*",
"jshint": "^2.9.5",
"mocha": "^3.5.3",
"mocha-jenkins-reporter": "^0.3.10",
"nyc": "^11.3.0",
"rewire": "^2.5.2",
"sinon": "^3.3.0"
},
"dependencies": {
"debug": "*",
"async": "*",
"cfn-response": "*",
"moment": "^2.19.2",
"request": "*",
"request-promise-native": "*",
"al-collector-js": "git://github.com/alertlogic/al-collector-js#master",
"al-aws-collector-js": "git://github.com/alertlogic/al-aws-collector-js#master"
},
"author": "Alert Logic Inc."
}