aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-06 13:29:05 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-06 13:29:05 +0000
commit6865a899eaa7acb92a85982f4b9c710c29f0cceb (patch)
treeca7496657bfe20906d048479b7b3f981b438fe15
parent2f22d2c01fb77ede823d0e1c7105d25fc0a2d784 (diff)
downloadgit-deps-6865a899eaa7acb92a85982f4b9c710c29f0cceb.tar.gz
generate some test JSON data for WebColatag1
-rw-r--r--html/test.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/html/test.json b/html/test.json
new file mode 100644
index 0000000..00295a7
--- /dev/null
+++ b/html/test.json
@@ -0,0 +1,25 @@
+{
+ "links": [
+ {
+ "source": 0,
+ "target": 1,
+ "value": 1
+ },
+ {
+ "source": 0,
+ "target": 2,
+ "value": 1
+ }
+ ],
+ "nodes": [
+ {
+ "name": "204d2272be0377c07fbab8f4cd08374f3c291612"
+ },
+ {
+ "name": "0bfa6d080323f4c16379bff547274bd130c3822b"
+ },
+ {
+ "name": "2dc5ec30792bf38751e76a712212041bcde80599"
+ }
+ ]
+}