-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
44 lines (44 loc) · 979 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
37
38
39
40
41
42
43
44
{
"name": "sftp-server",
"version": "1.0.6",
"description": "",
"main": "lib/factory.js",
"scripts": {
"test": "mocha",
"dev": "DEBUG=sftp:* nodemon example/server.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"debug": "^3.0.1",
"mocha": "^3.5.0",
"nodemon": "^1.12.0",
"supports-color": "^4.4.0"
},
"dependencies": {
"bluebird": "^3.5.0",
"confit": "^2.2.1",
"electrolyte": "^0.5.0",
"eventemitter2": "^4.1.2",
"express": "^4.15.4",
"fs-extra": "^4.0.1",
"get-folder-size": "^1.0.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"shortstop-handlers": "^1.0.1",
"ssh2": "^0.5.5",
"ssh2-streams": "^0.1.19",
"underscore.string": "^3.3.4",
"winston": "^2.3.1",
"winston-daily-rotate-file": "^1.4.6"
},
"nodemonConfig": {
"ignore": [
"data/*",
"test/*"
],
"delay": "1000"
}
}