mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-15 00:37:07 +00:00
28 lines
651 B
JSON
28 lines
651 B
JSON
{
|
|
"keywords": [
|
|
"collaborative",
|
|
"whiteboard"
|
|
],
|
|
"version": "1.0.22",
|
|
"license": "AGPL-3.0-or-later",
|
|
"dependencies": {
|
|
"handlebars": "^4.1.2",
|
|
"node-static": "0.7.x",
|
|
"socket.io": "^2.2.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./server/server.js",
|
|
"deploy": "openode sync && openode restart"
|
|
},
|
|
"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.3"
|
|
}
|
|
}
|