UNPKG

jsongraph

Version:

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

27 lines (24 loc) 1.19 kB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl" lang="nl"> <head> <title>Your title</title> <meta name="description" content="" /> <meta name="keywords" content="" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF8" /> <meta http-equiv="Content-Language" content="nl" /> <meta name="MSSmartTagsPreventParsing" content="true" /> <meta name="publisher" content="Your title" /> <meta name="copyright" content="Copyright &#169; Your title.org &amp; Mannetje Development 2010" /> <link rel="stylesheet" type="text/css" href="/yourstyleesheet.css" /> </head> <body> <script type="text/javascript" src="../jsongraph.min.js"></script> <script type="text/javascript" src="test.js"></script> <script type="text/javascript" src="register.js"></script> <script type="text/javascript" src="functional.js"></script> <script type="text/javascript" src="processnodes.js"></script> <script type="text/javascript" src="filters.js"></script> <script type="text/javascript" src="expressions.js"></script> </body> </html>