-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 890 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
{
"name": "graphanalyzer",
"version": "1.0.0",
"description": "Graph Analyzer",
"main": "src/index.html",
"dependencies": {
"bootstrap": "^4.4.1",
"cytoscape": "^3.12.0",
"jquery": "^3.4.1"
},
"devDependencies": {
"@types/cytoscape": "^3.8.6",
"parcel": "1.12.4",
"typescript": "^3.7.2"
},
"scripts": {
"start": "parcel src/index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wajeehmisbahkhan/GraphAnalyzer.git"
},
"keywords": [
"graph",
"analyzer",
"prims",
"kruskal",
"djikstra"
],
"author": "Muhammad Bilal Akmal, Wajeeh Misbah Khan",
"license": "ISC",
"bugs": {
"url": "https://github.com/wajeehmisbahkhan/GraphAnalyzer/issues"
},
"homepage": "https://github.com/wajeehmisbahkhan/GraphAnalyzer#readme"
}