-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
{
"name": "crisp-status-reporter",
"description": "Crisp Status Reporter for Node.",
"version": "1.2.2",
"homepage": "https://github.com/crisp-im/node-crisp-status-reporter",
"license": "MIT",
"author": {
"name": "Valerian Saliou",
"email": "[email protected]",
"url": "https://valeriansaliou.name/"
},
"repository": {
"type": "git",
"url": "git://github.com/crisp-im/node-crisp-status-reporter.git"
},
"bugs": {
"url": "https://github.com/crisp-im/node-crisp-status-reporter/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/crisp-im/node-crisp-status-reporter/blob/master/LICENSE"
}
],
"main": "lib/crisp_status_reporter",
"engines": {
"node": ">= 6.0.0"
},
"scripts": {
"test": "check-build && istanbul cover _mocha"
},
"devDependencies": {
"check-build": "2.8.2",
"mocha": "3.5.0",
"mocha-lcov-reporter": "1.3.0",
"istanbul": "0.4.5"
},
"keywords": [
"crisp",
"microservices",
"monitoring",
"integration"
]
}