pixelnode/package.json

12 lines
250 B
JSON
Raw Permalink Normal View History

2018-04-03 11:42:35 +02:00
{
"name": "pixelnode",
"version": "0.0.1",
"description": "Web based Pixelflut server in node.js and socket.io",
"dependencies": {
"express": "^4.15.2",
2018-04-03 14:35:01 +02:00
"net": "^1.0.2",
2018-04-04 12:31:55 +02:00
"quick-local-ip": "^1.0.7",
2018-04-03 11:42:35 +02:00
"socket.io": "^2.1.0"
}
}