mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-10 14:34:20 +00:00
29 lines
678 B
JSON
29 lines
678 B
JSON
{
|
|
"keywords": [
|
|
"collaborative",
|
|
"whiteboard"
|
|
],
|
|
"version": "1.1.0",
|
|
"license": "AGPL-3.0-or-later",
|
|
"dependencies": {
|
|
"accept-language-parser": "^1.5.0",
|
|
"handlebars": "^4.7.6",
|
|
"serve-static": "^1.14.1",
|
|
"socket.io": "^2.3.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./server/server.js",
|
|
"deploy": "openode deploy"
|
|
},
|
|
"name": "whitebophir",
|
|
"description": "Online collaborative whiteboard",
|
|
"main": "./server/server.js",
|
|
"subdomain": "wbo",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/lovasoa/whitebophir.git"
|
|
},
|
|
"devDependencies": {
|
|
"openode": "^2.0.18"
|
|
}
|
|
}
|