mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-12 23:37:14 +00:00
32 lines
742 B
JSON
32 lines
742 B
JSON
{
|
|
"name": "whitebophir",
|
|
"description": "Online collaborative whiteboard",
|
|
"version": "1.14.6",
|
|
"keywords": [
|
|
"collaborative",
|
|
"whiteboard"
|
|
],
|
|
"license": "AGPL-3.0-or-later",
|
|
"dependencies": {
|
|
"accept-language-parser": "^1.5.0",
|
|
"async-mutex": "^0.3.1",
|
|
"handlebars": "^4.7.7",
|
|
"polyfill-library": "^3.107.1",
|
|
"serve-static": "^1.14.1",
|
|
"socket.io": "^4",
|
|
"statsd-client": "^0.4.7"
|
|
},
|
|
"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": "^2.0.4",
|
|
"nightwatch": "^1.6.4"
|
|
}
|
|
}
|