-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
46 lines (46 loc) · 1.05 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
{
"name": "share-cli",
"version": "3.0.0",
"description": "Quickly share files from command line to your local network",
"bin": {
"share": "./cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marionebl/share-cli.git"
},
"keywords": [
"share",
"cli",
"local"
],
"author": "Mario Nebl <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/marionebl/share-cli/issues"
},
"homepage": "https://github.com/marionebl/share-cli#readme",
"dependencies": {
"chalk": "^1.1.3",
"copy-paste": "^1.3.0",
"execa": "^0.9.0",
"htm": "^2.1.1",
"ink": "^2.1.0",
"ink-spinner": "^3.0.0",
"localtunnel": "^1.8.3",
"lodash": "^4.13.1",
"log-symbols": "^2.2.0",
"meow": "^3.7.0",
"ora": "^2.0.0",
"portscanner": "^1.0.0",
"progress-stream": "^2.0.0",
"project-name-generator": "^2.1.2",
"react": "^16.8.6",
"stream-to-buffer": "^0.1.0",
"tempy": "^0.2.1",
"unstated": "^2.1.1"
},
"engines": {
"node": ">=8"
}
}