1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "whitebophir",
- "description": "Online collaborative whiteboard",
- "version": "1.15.0",
- "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"
- }
- }
|