UNPKG

534 BJSONView Raw
1{
2 "name": "@nutui/upload",
3 "version": "0.1.3",
4 "description": "use http or sftp to upload locale files",
5 "main": "index.js",
6 "bin": {
7 "nut": "bin/nut.js"
8 },
9 "author": "famanoder",
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/jdf2e/client-upload.git"
13 },
14 "license": "MIT",
15 "dependencies": {
16 "chalk": "^2.4.1",
17 "commander": "^2.19.0",
18 "glob": "^7.1.3",
19 "request": "^2.88.0",
20 "ssh2-sftp-client": "^2.4.1"
21 },
22 "keywords": [
23 "jdcfe",
24 "nutui",
25 "upload"
26 ]
27}