Generate visual representations of the networks underlying video-gamebooks on YouTube https://youtube-maze.delab.re/
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

14 lines
342 B

{
"name": "epenser-maze",
"private": true,
"version": "0.2.0",
"main": "src/index.js",
"license": "CC0",
"scripts": {
"build": "mkdir -p build && node explore/index.mjs build/maze.dot && dot -Tsvg build/maze.dot -o build/maze.svg"
},
"dependencies": {
"graph-data-structure": "^1.12.1",
"request": "^2.88.2"
}
}