Last active
August 29, 2015 14:27
-
-
Save th0br0/c906d736ae732190c46e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"properties": { | |
"name": "ttttt", | |
"environment": { | |
"type": "noflo-browser", | |
"protocol": "iframe", | |
"address": "http://th0kus.ngrok.io/everything.html" | |
} | |
}, | |
"inports": {}, | |
"outports": {}, | |
"groups": [], | |
"processes": { | |
"carneades/Issue_b2q5g": { | |
"component": "carneades/Issue", | |
"metadata": { | |
"label": "Issue", | |
"x": 828, | |
"y": 396, | |
"width": 72, | |
"height": 72 | |
} | |
}, | |
"carneades/Argument_h6mhd": { | |
"component": "carneades/Argument", | |
"metadata": { | |
"label": "Argument", | |
"x": 504, | |
"y": 324, | |
"width": 72, | |
"height": 72 | |
} | |
} | |
}, | |
"connections": [ | |
{ | |
"src": { | |
"process": "carneades/Argument_h6mhd", | |
"port": "conclusion" | |
}, | |
"tgt": { | |
"process": "carneades/Issue_b2q5g", | |
"port": "position" | |
}, | |
"metadata": {} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment