Skip to content

Instantly share code, notes, and snippets.

@wiky
Last active August 29, 2015 13:57
Show Gist options
  • Save wiky/9678920 to your computer and use it in GitHub Desktop.
Save wiky/9678920 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>tianmaGUI</title>
</head>
<body>
<script type="text/javascript">
document.write('node version:' + process.version);
</script>
</body>
</html>
{
"name": "tianmaGUI",
"version": "0.0.1",
"main": "index.html",
"dependencies": {
"tianma": "*"
},
"window": {
"title": "tianmaGUI",
"toolbar": true,
"frame": true,
"width": 800,
"height": 500
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment