-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 KB
/
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
{
"name": "topomon",
"version": "1.0.0",
"description": "Build network topology from telemetry events",
"main": "app.js",
"scripts": {
"start": "http-server -p 8000",
"build": "webpack",
"serve": "webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grakshith/topomon.git"
},
"author": "Rakshith Gopalakrishna",
"license": "MIT",
"bugs": {
"url": "https://github.com/grakshith/topomon/issues"
},
"homepage": "https://github.com/grakshith/topomon#readme",
"dependencies": {
"graphology": "^0.20.0",
"graphology-generators": "^0.11.0",
"graphology-layout": "^0.4.0",
"graphology-layout-forceatlas2": "^0.6.1",
"graphology-layout-noverlap": "^0.3.0",
"http-server": "^0.12.3",
"jquery": "^3.6.0",
"sigma": "^2.0.0-beta7"
},
"devDependencies": {
"@types/jquery": "^3.5.6",
"ts-loader": "^9.2.4",
"typescript": "^4.3.5",
"webpack": "^5.46.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}