summaryrefslogtreecommitdiff
path: root/heroes.json
diff options
context:
space:
mode:
authorOwen <despito@MacBook-Pro-de-Despito.local>2014-06-24 15:29:43 +0200
committerOwen <despito@MacBook-Pro-de-Despito.local>2014-06-24 15:29:43 +0200
commit2d98eaaf727834c128fdd2513d43d677d97fe8d7 (patch)
tree567362955cbbcfde63c554e034544c2a568c4bde /heroes.json
parent8c9f7f278806918308ac40ee721b1f9162385bf1 (diff)
client-only prototype files
Diffstat (limited to 'heroes.json')
-rw-r--r--heroes.json36
1 files changed, 36 insertions, 0 deletions
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"}
+ ]
+}