mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-09 23:18:02 -05:00
20 lines
375 B
JSON
20 lines
375 B
JSON
{
|
|
"name": "whiteboard",
|
|
"version": "1.0.0",
|
|
"description": "A simple collaborative whiteboard using socket.io",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"socket.io",
|
|
"whiteboard"
|
|
],
|
|
"dependencies": {
|
|
"express": "~4.17.1",
|
|
"socket.io": "^4.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node index"
|
|
},
|
|
"author": "Damien Arrachequesne",
|
|
"license": "MIT"
|
|
}
|