Set up a small website for Mecha Game's rules

This commit is contained in:
2017-02-25 07:33:56 +11:00
commit 1474e9227e
11 changed files with 409 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "public_html",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"markdown": "^0.5.0"
}
}