ktvmanager/package.json

20 lines
398 B
JSON
Raw Normal View History

2021-02-04 16:57:45 +00:00
{
"name": "bblbtv_dns",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2021-02-04 17:15:52 +00:00
"express": "^4.17.1",
2021-02-04 17:34:58 +00:00
"express-basic-auth": "^1.2.0",
2021-02-04 16:57:45 +00:00
"fs": "0.0.1-security",
2021-02-04 17:15:52 +00:00
"got": "^11.8.1",
"http": "0.0.1-security",
"tableify": "^1.1.0"
2021-02-04 16:57:45 +00:00
}
}