diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules diff --git a/README.md b/README.md new file mode 100644 index 0000000..9fc6b65 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# bushitsuchan-PC +OSKの部室の様子を様子をオンラインで確認できるプロジェクト 部室ちゃん. +その部室に置いてあるPC側で動かすプログラム. \ No newline at end of file diff --git a/app.js b/app.js new file mode 100644 index 0000000..3918c74 --- /dev/null +++ b/app.js @@ -0,0 +1 @@ +"use strict"; diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..54dcaa0 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,5 @@ +{ + "name": "bushitsuchan-pc", + "version": "1.0.0", + "lockfileVersion": 1 +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..17c1619 --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "bushitsuchan-pc", + "version": "1.0.0", + "description": "", + "main": "app.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "start": "node app.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/TUS-OSK/bushitsuchan-PC.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/TUS-OSK/bushitsuchan-PC/issues" + }, + "homepage": "https://github.com/TUS-OSK/bushitsuchan-PC#readme" +}