๐Ÿ“ฆ Anthonyzou / nodejsftp

๐Ÿ“„ package.json ยท 19 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19{
  "name": "ftp",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "dependencies": {
    "aws-sdk": "2.146.0",
    "chalk": "2.3.0",
    "mongodb": "2.2.33",
    "simple-ftpd": "0.0.4"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC"
}