-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.18 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.18 KB
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
{
"name": "webshell-server",
"version": "0.11.0",
"dependencies": {
"body-parser": "^1.13.3",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.3.5",
"morgan": "^1.6.1",
"express": "^4.13.3",
"express-session": "^1.11.3",
"ejs": "^2.3.3",
"socket.io": "^1.3.7",
"pty.js": "^0.3.0",
"optimist": "^0.6",
"passport": "*",
"passport-local": "~1.0",
"passport.socketio": "*",
"session-file-store": "*",
"csurf": "*"
},
"devDependencies": {
"load-grunt-tasks": "^3.0",
"grunt": "^0.4",
"grunt-shell": "^1.1",
"grunt-mkdir": "^0.1",
"grunt-git": "^0.3",
"grunt-contrib-clean": "^0.6"
},
"description": "Web Shell with configurable access management",
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/maestrano/webshell-server.git"
},
"author": "Maestrano <developers@maestrano.com> (https://github.com/maestrano)",
"license": "MIT",
"bugs": {
"url": "https://github.com/maestrano/webshell-server/issues"
},
"homepage": "https://github.com/maestrano/webshell-server",
"preferGlobal": "true",
"bin": {
"webshell-server": "./bin/webshell-server.js"
}
}