Last active
August 29, 2015 13:57
-
-
Save wiky/9678920 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<html> | |
<head> | |
<title>tianmaGUI</title> | |
</head> | |
<body> | |
<script type="text/javascript"> | |
document.write('node version:' + process.version); | |
</script> | |
</body> | |
</html> |
This file contains hidden or 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
{ | |
"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