forked from springernature/boomcatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.37 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
54
55
56
57
58
59
{
"name": "boomcatch",
"version": "3.2.6",
"description": "A standalone, node.js-based beacon receiver for boomerang.",
"homepage": "https://github.com/springernature/boomcatch",
"bugs": "https://github.com/springernature/boomcatch/issues",
"license": "GPL-3.0+",
"author": "Springer Nature (https://github.com/springernature)",
"main": "./src",
"bin": {
"boomcatch": "./src/cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/springernature/boomcatch.git"
},
"keywords": [
"boomerang",
"kylie",
"beacon",
"server",
"receiver",
"forwarder",
"mapper",
"marshaller",
"rum",
"metric",
"monitoring",
"performance"
],
"dependencies": {
"check-types": "~3.2.0",
"commander": "~2.9.0",
"get-off-my-log": "~0.1.0",
"handlebars": "~4.0.6",
"qs": "~6.4.0",
"request": "~2.81.0",
"toobusy-js": "~0.5.1",
"ua-parser-js": "0.7.22",
"useragent": "~2.1.12",
"uuid": "~3.0.1",
"yamlparser": "~0.0.2"
},
"optionalDependencies": {
"ain2": "~2.0.0"
},
"devDependencies": {
"jshint": "~2.9.0",
"mocha": "~3.0.2",
"chai": "~3.0.0",
"mockery": "~1.4.0",
"spooks": "~2.0.0",
"cheerio": "~0.19.0"
},
"scripts": {
"lint": "jshint src --config .jshintrc",
"test": "mocha --ui tdd --reporter spec --recursive --colors test"
}
}