2013-08-27 17:43:49 +00:00
|
|
|
{
|
2020-11-17 10:20:14 +00:00
|
|
|
"name": "whitebophir",
|
|
|
|
"description": "Online collaborative whiteboard",
|
2022-08-21 18:47:10 +00:00
|
|
|
"version": "1.18.0",
|
2020-11-17 10:20:14 +00:00
|
|
|
"keywords": [
|
|
|
|
"collaborative",
|
|
|
|
"whiteboard"
|
|
|
|
],
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"dependencies": {
|
|
|
|
"accept-language-parser": "^1.5.0",
|
2021-05-07 12:27:29 +00:00
|
|
|
"async-mutex": "^0.3.1",
|
|
|
|
"handlebars": "^4.7.7",
|
2022-01-04 16:03:48 +00:00
|
|
|
"jsonwebtoken": "^8.5.1",
|
2021-07-23 10:30:27 +00:00
|
|
|
"polyfill-library": "^3.107.1",
|
2020-11-17 10:20:14 +00:00
|
|
|
"serve-static": "^1.14.1",
|
2021-06-10 21:53:23 +00:00
|
|
|
"socket.io": "^4",
|
2021-06-10 14:41:44 +00:00
|
|
|
"statsd-client": "^0.4.7"
|
2020-11-17 10:20:14 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "node ./server/server.js",
|
2022-01-10 11:47:50 +00:00
|
|
|
"test": "nightwatch tests && nightwatch tests --env jwt"
|
2020-11-17 10:20:14 +00:00
|
|
|
},
|
|
|
|
"main": "./server/server.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "http://github.com/lovasoa/whitebophir.git"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-22 23:07:06 +00:00
|
|
|
"geckodriver": "^3.0.1",
|
|
|
|
"nightwatch": "^1.7.12"
|
2020-11-17 10:20:14 +00:00
|
|
|
}
|
2022-01-04 16:03:48 +00:00
|
|
|
}
|