basic whiteboard with no btns

This commit is contained in:
rofl256
2018-02-08 17:45:07 +01:00
parent 1098d81f2e
commit 9b58e572ae
27 changed files with 4330 additions and 0 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "accelerator",
"version": "1.0.0",
"description": "Collaborative Whiteboard / Sketchboard",
"main": "server.js",
"directories": {},
"scripts": {
"test": "echo \"No tests needed!\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/cracker0dks/whiteboard"
},
"keywords": [
"whiteboard",
"Sketchboard",
"lightweight"
],
"dependencies": {
"express": "*",
"socket.io": "2.*"
},
"author": "Cracker0dks",
"license": "MIT"
}