From 2d98eaaf727834c128fdd2513d43d677d97fe8d7 Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 24 Jun 2014 15:29:43 +0200 Subject: client-only prototype files --- heroes.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 heroes.json (limited to 'heroes.json') diff --git a/heroes.json b/heroes.json new file mode 100644 index 00000000..fb899d0d --- /dev/null +++ b/heroes.json @@ -0,0 +1,36 @@ +{ + "nodes":[ + {"name":"Batman","type":"person","state":"perm"}, + {"name":"Superman","type":"person","state":"perm"}, + {"name":"Green Lantern","type":"person","state":"perm"}, + {"name":"Martian Manhunter","type":"person","state":"perm"}, + {"name":"Wonder Woman","type":"person","state":"perm"}, + {"name":"The Flash","type":"person","state":"perm"}, + {"name":"Aquaman","type":"person","state":"perm"}, + {"name":"Justice League","type":"project","state":"perm"}, + {"name":"Captain America","type":"person","state":"perm"}, + {"name":"Iron Man","type":"person","state":"perm"}, + {"name":"Black Widow","type":"person","state":"perm"}, + {"name":"Hawkeye","type":"person","state":"perm"}, + {"name":"Hulk","type":"person","state":"perm"}, + {"name":"Thor","type":"person","state":"perm"}, + {"name":"Nick Fury","type":"person","state":"perm"}, + {"name":"The Avengers","type":"project","state":"perm"} + ], + "links":[ + {"source":"Batman","target":"Justice League","name":"is in"}, + {"source":"Superman","target":"Justice League","name":"leads"}, + {"source":"Green Lantern","target":"Justice League","name":"is in"}, + {"source":"Wonder Woman","target":"Justice League","name":"is in"}, + {"source":"The Flash","target":"Justice League","name":"is in"}, + {"source":"Aquaman","target":"Justice League","name":"is in"}, + {"source":"Martian Manhunter","target":"Justice League","name":"is in"}, + {"source":"Iron Man","target":"The Avengers","name":"is in"}, + {"source":"Captain America","target":"The Avengers","name":"leads"}, + {"source":"Hawkeye","target":"The Avengers","name":"is in"}, + {"source":"Hulk","target":"The Avengers","name":"is in"}, + {"source":"Black Widow","target":"The Avengers","name":"is in"}, + {"source":"Nick Fury","target":"The Avengers","name":"is in"}, + {"source":"Thor","target":"The Avengers","name":"is in"} + ] +} -- cgit v1.3.1