-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.15 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "quick-transfer",
"version": "0.1.0",
"description": "Use a QR code to transfer file(s) over the local network.",
"bin": "cli.js",
"scripts": {
"lint": "eslint *.js",
"test": "echo \"Tests are a work in progress\" && exit 1"
},
"author": "Cody A. Taylor <[email protected]>",
"license": "ISC",
"homepage": "https://github.com/CodeMan99/quick-transfer#readme",
"bugs": {
"url": "https://github.com/CodeMan99/quick-transfer/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeMan99/quick-transfer.git"
},
"keywords": [
"cli-app",
"cli",
"console",
"file",
"mobile",
"qrcode",
"server",
"share",
"terminal",
"transfer"
],
"dependencies": {
"chalk": "^2.3.2",
"content-disposition": "^0.5.2",
"debug": "^3.1.0",
"fast-glob": "^2.2.0",
"internal-ip": "^3.0.1",
"mime-types": "^2.1.18",
"minimist": "^1.2.0",
"parse-author": "^2.0.0",
"qrcode-terminal": "^0.12.0",
"stats-ctor": "^1.0.0",
"vinyl": "^2.1.0",
"yazl": "^2.4.3"
},
"devDependencies": {
"eslint": "^4.19.1",
"tape": "^4.9.0"
}
}