0c7abfbf1d
use unique-names-generator to generate peer names instead of relying on UA. This prevents confusion when there are multiple clients on the network with same UA.
16 lines
319 B
JSON
16 lines
319 B
JSON
{
|
|
"name": "snapdrop",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ua-parser-js": "^0.7.18",
|
|
"unique-names-generator": "^3.0.0",
|
|
"ws": "^6.0.0"
|
|
}
|
|
}
|