- haskell version of vindinium

This commit is contained in:
weiss
2020-04-19 05:44:41 +02:00
parent 9c39c1c0d5
commit 7dfe85a5fd
36 changed files with 1240 additions and 76 deletions

15
graphtest/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "graphtest",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@dagrejs/graphlib": "^2.1.4",
"graphlib": "^2.1.8"
}
}