summaryrefslogtreecommitdiff
path: root/heroes.json
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-04-21 13:50:46 +0300
committerLV-426 <lv-426@taproot.org.il>2015-04-21 13:50:46 +0300
commitb4c6d89d2d6be3a2a7c036c32232ba1cb06c1b6f (patch)
treed58ffd99c8dfcdf5b79cc9d2a80c4beac0bd2a1b /heroes.json
parent1739bcebf7a1e9deda64d45386083904e7cc216f (diff)
removing abandoned data under root dir
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"}
- ]
-}