-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.06 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
{
"name": "Lineshell",
"main": "server.js",
"version": "1.3.5",
"description": "Stop wasting time by managing servers the old way",
"author": "Lineshell <hello@lineshell.io>",
"engines": {
"node": "0.12.x"
},
"dependencies" : {
"express" : "~4.10.0",
"ejs" : "~0.8.5",
"mongoose" : "~3.8.23",
"passport" : "~0.1.17",
"passport-local" : "~0.1.6",
"passport-facebook" : "~1.0.2",
"passport-twitter" : "~1.0.2",
"passport-google-oauth" : "~0.1.5",
"connect-flash" : "~0.1.1",
"bcrypt-nodejs" : "~0.0.0",
"async" : "~0.9.0",
"morgan": "~1.0.0",
"body-parser": "~1.0.0",
"cookie-parser": "~1.0.0",
"method-override": "~1.0.0",
"express-session": "~1.0.0",
"fs-extra" : "~0.14.0",
"ssh2" : "~0.4.0",
"ssh-keygen2" : "~0.1.0",
"moment-timezone" : "~0.3.0",
"moment" : "~2.10.0",
"req-timeout" : "~1.0.0",
"connect-timeout" : "~1.6.0",
"helmet" : "latest",
"bson" : "0.4.6",
"serve-favicon" : "latest",
"thirty-two": "latest",
"passport-totp" : "latest"
}
}