PairDrop/server/package.json

17 lines
319 B
JSON
Raw Normal View History

2018-09-21 16:05:03 +02:00
{
"name": "snapdrop",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2020-07-12 20:14:56 +02:00
"ua-parser-js": "^0.7.21",
2020-07-12 14:50:13 +02:00
"unique-names-generator": "^4.1.1",
2020-07-12 20:03:02 +02:00
"ws": "^7.3.1"
2018-09-21 16:05:03 +02:00
}
}