summaryrefslogtreecommitdiff
path: root/heroes.json
AgeCommit message (Collapse)Author
2014-12-03Fix jsons: source->__src, target->__dstAlon Levy
for json in tools/cri.json tools/sage.json tools/deliverables.json heroes.json tests/wizmann.json; do sed -i -e 's/\<source\>/__src/g' -e 's/\<target\>/__dst/g' $json; done
2014-08-18update heroes.json to use id field instead of name for nodesAlon Levy
2014-06-24client-only prototype filesOwen