mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-10 06:24:17 +00:00
31 lines
715 B
JSON
31 lines
715 B
JSON
{
|
|
"name": "whitebophir",
|
|
"description": "Online collaborative whiteboard",
|
|
"version": "1.7.2",
|
|
"keywords": [
|
|
"collaborative",
|
|
"whiteboard"
|
|
],
|
|
"license": "AGPL-3.0-or-later",
|
|
"dependencies": {
|
|
"accept-language-parser": "^1.5.0",
|
|
"async-mutex": "^0.3.0",
|
|
"handlebars": "^4.7.6",
|
|
"polyfill-library": "^3.101.0",
|
|
"serve-static": "^1.14.1",
|
|
"socket.io": "^3.0.5"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./server/server.js",
|
|
"test": "nightwatch tests"
|
|
},
|
|
"main": "./server/server.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/lovasoa/whitebophir.git"
|
|
},
|
|
"devDependencies": {
|
|
"geckodriver": "^1.21.1",
|
|
"nightwatch": "^1.5.1"
|
|
}
|
|
}
|