-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "al-collector-js",
"version": "1.1.1",
"license": "MIT",
"description": "Alert Logic Collector Common Library",
"repository": {
"type": "git",
"url": "https://github.com/alertlogic/al-collector-js"
},
"scripts": {
"lint": "jshint --show-non-errors --exclude \"./node_modules/*,./proto/*\" **/*.js *.js",
"test": "JUNIT_REPORT_PATH=./test/report.xml nyc --reporter=cobertura mocha --colors --reporter mocha-jenkins-reporter"
},
"main":"index.js",
"maintainers": [
{
"name": "Alert Logic NPM Team",
"email": "[email protected]"
}
],
"devDependencies": {
"jshint": "^2.9.5",
"mocha": "^3.5.3",
"mocha-jenkins-reporter": "^0.3.10",
"nock": "^10.0.2",
"nyc": "^11.3.0",
"sinon": "^7.1.1",
"timekeeper": "^2.1.2"
},
"dependencies": {
"async": "^2.6.1",
"debug": "^4.1.0",
"moment": "^2.19.2",
"protobufjs": "^6.8.8",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"retry": "^0.12.0",
"rewire": "^4.0.1"
},
"author": "Alert Logic Inc."
}