UNPKG

jsongraph

Version:

powerful minimalist graph/dataflow programming based on jsonschema references (nodejs/coffeescript)

35 lines (33 loc) 426 B
// Generated by CoffeeScript 1.9.3 (function() { module.exports = { a: { "$ref": [ { "$ref": "#/b" } ] }, b: { "$ref": [ { "$ref": "#/a" } ] }, c: { "$ref": [ { "$ref": "#/a" } ] }, d: { "$ref": [ { "$ref": "#/c" } ] } }; }).call(this);