snapdrop

A Progressive Web App for local file sharing https://github.com/RobinLinus/snapdrop snapdrop.net
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

package.json (319B)


      1 {
      2   "name": "snapdrop",
      3   "version": "1.0.0",
      4   "description": "",
      5   "main": "index.js",
      6   "scripts": {
      7     "test": "echo \"Error: no test specified\" && exit 1"
      8   },
      9   "author": "",
     10   "license": "ISC",
     11   "dependencies": {
     12     "ua-parser-js": "^0.7.24",
     13     "unique-names-generator": "^4.3.0",
     14     "ws": "^7.4.6"
     15   }
     16 }