summaryrefslogtreecommitdiff
path: root/heroes.json
diff options
context:
space:
mode:
Diffstat (limited to 'heroes.json')
-rw-r--r--heroes.json36
1 files changed, 0 insertions, 36 deletions
diff --git a/heroes.json b/heroes.json
deleted file mode 100644
index 7426ea77..00000000
--- a/heroes.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "nodes":[
- {"id":"Batman","type":"person","state":"perm"},
- {"id":"Superman","type":"person","state":"perm"},
- {"id":"Green Lantern","type":"person","state":"perm"},
- {"id":"Martian Manhunter","type":"person","state":"perm"},
- {"id":"Wonder Woman","type":"person","state":"perm"},
- {"id":"The Flash","type":"person","state":"perm"},
- {"id":"Aquaman","type":"person","state":"perm"},
- {"id":"Justice League","type":"project","state":"perm"},
- {"id":"Captain America","type":"person","state":"perm"},
- {"id":"Iron Man","type":"person","state":"perm"},
- {"id":"Black Widow","type":"person","state":"perm"},
- {"id":"Hawkeye","type":"person","state":"perm"},
- {"id":"Hulk","type":"person","state":"perm"},
- {"id":"Thor","type":"person","state":"perm"},
- {"id":"Nick Fury","type":"person","state":"perm"},
- {"id":"The Avengers","type":"project","state":"perm"}
- ],
- "links":[
- {"__src":"Batman","__dst":"Justice League","name":"is in"},
- {"__src":"Superman","__dst":"Justice League","name":"leads"},
- {"__src":"Green Lantern","__dst":"Justice League","name":"is in"},
- {"__src":"Wonder Woman","__dst":"Justice League","name":"is in"},
- {"__src":"The Flash","__dst":"Justice League","name":"is in"},
- {"__src":"Aquaman","__dst":"Justice League","name":"is in"},
- {"__src":"Martian Manhunter","__dst":"Justice League","name":"is in"},
- {"__src":"Iron Man","__dst":"The Avengers","name":"is in"},
- {"__src":"Captain America","__dst":"The Avengers","name":"leads"},
- {"__src":"Hawkeye","__dst":"The Avengers","name":"is in"},
- {"__src":"Hulk","__dst":"The Avengers","name":"is in"},
- {"__src":"Black Widow","__dst":"The Avengers","name":"is in"},
- {"__src":"Nick Fury","__dst":"The Avengers","name":"is in"},
- {"__src":"Thor","__dst":"The Avengers","name":"is in"}
- ]
-}