1
0
mirror of https://github.com/lovasoa/whitebophir.git synced 2021-09-10 00:01:52 +03:00
Files
whitebophir-collab-white-board/package.json
2021-07-27 10:01:58 +02:00

33 lines
743 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": "^1.22.3",
"nightwatch": "^1.6.4"
}
}