21 lines
401 B
JSON
21 lines
401 B
JSON
{
|
|
"name": "ntopngwebhook",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"cookie-parser": "~1.4.4",
|
|
"cors": "^2.8.5",
|
|
"debug": "~2.6.9",
|
|
"express": "~4.16.1",
|
|
"fast-geoip": "^1.1.56",
|
|
"http-errors": "~1.6.3",
|
|
"jade": "~1.11.0",
|
|
"morgan": "~1.9.1",
|
|
"node-cron": "^3.0.0",
|
|
"uuid": "^8.3.2"
|
|
}
|
|
}
|