A "multiplayer" HTML5 <canvas> to which people can connect and make changes over time.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.7 KiB

2 years ago
{
"name": "multiplayer-canvas",
2 years ago
"version": "0.1.5",
2 years ago
"description": "Interactive multi-user HTML5 <canvas> delivering online pixel war goodness.",
2 years ago
"main": "webapp.js",
2 years ago
"repository": "https://git.digitaltelepresence.com/rob/multiplayer-canvas.git",
2 years ago
"type": "module",
"scripts": {
"develop": "node --trace-warnings webapp.js",
"bundle": "NODE_ENV=production yarn webpack --config webpack.config.js",
"start": "NODE_ENV=production node webapp.js"
2 years ago
},
2 years ago
"author": "Rob Colbert",
"license": "Apache-2.0",
2 years ago
"private": false,
"dependencies": {
2 years ago
"@socket.io/redis-adapter": "^7.1.0",
"color": "^4.2.1",
"color-convert": "^2.0.1",
"compression": "^1.7.4",
"connect-redis": "^6.1.3",
2 years ago
"cron": "^1.8.2",
2 years ago
"dotenv": "^16.0.0",
"dtp-nice-game": "https://git.digitaltelepresence.com/digital-telepresence/dtp-nice-game.git",
"express": "^4.17.3",
"express-session": "^1.17.2",
2 years ago
"express-winston": "^4.2.0",
2 years ago
"ioredis": "^5.0.3",
"jimp": "^0.16.1",
"marked": "^4.0.12",
"method-override": "^3.0.0",
"moment": "^2.29.2",
"multer": "^1.4.4",
"numeral": "^2.0.6",
2 years ago
"pug": "^3.0.2",
2 years ago
"rate-limiter-flexible": "^2.3.6",
"socket.io-emitter": "^3.2.0",
"striptags": "^3.2.0",
"uikit": "^3.13.7",
2 years ago
"uuid": "^8.3.2",
2 years ago
"winston": "^3.7.1"
},
"devDependencies": {
"browser-sync": "^2.27.9",
"browser-sync-webpack-plugin": "^2.3.0",
"css-loader": "^6.7.1",
"jshint": "^2.13.4",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"mini-css-extract-plugin": "^2.6.0",
"style-loader": "^3.3.1",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2",
"webpack-dev-middleware": "^5.3.1"
}
2 years ago
}