forked from hobbyquaker/check_speedport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 773 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
{
"name": "check_speedport",
"version": "1.0.1",
"description": "Nagios/Icinga Plugin to Check DSL Status of Speedport Routers",
"main": "index.js",
"scripts": {
"test": "camo-purge ; xo --space 4"
},
"engines": {
"node": ">=6.0.0"
},
"bin": {
"check_speedport": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hobbyquaker/check_speedport.git"
},
"keywords": [
"vdsl",
"dsl",
"router",
"speedport",
"telekom",
"nagios",
"icinga"
],
"author": "Sebastian Raff <hq@ccu.io> https://github.com/hobbyquaker/check_speedport",
"license": "MIT",
"dependencies": {
"request": "^2.81.0"
},
"devDependencies": {
"camo-purge": "latest",
"xo": "latest"
}
}