-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
40 lines (40 loc) · 806 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
38
39
40
{
"author": {
"name": "Franklin van de Meent",
"email": "[email protected]",
"url": "https://frankl.in"
},
"name": "vnstat-dumpdb",
"version": "2.0.1",
"description": "Get vnStat network traffic and configuration",
"repository": {
"type": "git",
"url": "git://github.com/fvdm/nodejs-vnstat-dumpdb.git"
},
"bugs": {
"url": "https://github.com/fvdm/nodejs-vnstat-dumpdb/issues"
},
"main": "vnstat-dumpdb.js",
"files": [
"preinstall.js"
],
"dependencies": {},
"devDependencies": {
"dotest": "^2.3.0"
},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "dotest",
"preinstall": "node preinstall.js"
},
"keywords": [
"bandwidth",
"monitoring",
"network",
"statistics",
"vnstat"
],
"license": "Unlicense"
}