Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
D3VL
GitHub Repository: D3VL/L3MON
Path: blob/main/package.json
471 views
1
{
2
"name": "l3mon",
3
"version": "0.0.1",
4
"description": "Layer 3 Advanced Network Management and Monitoring System",
5
"main": "index.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1"
8
},
9
"repository": {
10
"type": "git",
11
"url": "git+https://github.com/D3VL/L3MON.git"
12
},
13
"author": "D3VL",
14
"bugs": {
15
"url": "https://github.com/D3VL/L3MON/issues"
16
},
17
"homepage": "https://github.com/D3VL/L3MON#readme"
18
}
19