-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 859 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "instant-file-transfer",
"version": "3.0.2",
"description": "Spin up a file server to transfer a file to your phone right from the terminal",
"main": "index.js",
"scripts": {
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maximumdata/instant-file-transfer.git"
},
"keywords": [
"file",
"transfer",
"qr",
"code"
],
"author": "Mike Dettmer",
"license": "MIT",
"bugs": {
"url": "https://github.com/maximumdata/instant-file-transfer/issues"
},
"homepage": "https://github.com/maximumdata/instant-file-transfer#readme",
"dependencies": {
"express": "^4.16.3",
"ip": "^1.1.5",
"qrcode-terminal": "^0.12.0",
"serve-index": "^1.9.1",
"yargs": "^15.3.1"
},
"bin": {
"ift": "index.js",
"instant-file-transfer": "index.js"
}
}