-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.67 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "workty-supervisor",
"version": "1.0.0",
"private": false,
"dependencies": {
"acl": "^0.4.9",
"adm-zip": "^0.4.7",
"body-parser": "^1.14.0",
"chai": "^3.3.0",
"chownr": "^1.0.1",
"config": "^1.16.0",
"connect-flash": "^0.1.1",
"connect-redis": "~2.5.1",
"cookie-parser": "^1.4.0",
"debug": "^2.2.0",
"express": "^4.13.3",
"express-error-handler": "^1.0.1",
"express-session": "^1.11.3",
"pug": "^2.0.0-alpha6",
"lodash": "^3.10.1",
"lodash-deep": "^1.6.0",
"log-timestamp": "^0.1.2",
"machina": "^1.1.2",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"moment": "^2.10.6",
"mongoose": "^4.1.8",
"mongoose-deep-populate": "~2.0.1",
"mongoose-when": "0.0.1",
"morgan": "^1.6.1",
"passport": "^0.2.2",
"passport-facebook": "^2.0.0",
"passport-google": "^0.3.0",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"password-hash": "^1.2.2",
"promise": "^7.0.4",
"q": "^1.4.1",
"redis": "^2.0.0",
"restify": "^4.0.3",
"serve-favicon": "^2.3.0",
"socket.io": "^1.4.8",
"socket.io-client": "~1.4.8",
"socketio-auth": "0.0.3",
"stylus": "^0.52.4",
"uid2": "0.0.3",
"winston": "^1.0.1",
"winston-graylog2": "^0.3.1",
"passport-google-oauth": "latest"
},
"description": "Supervisor for Workty platform implemented on MEAN stack",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/AlexLevshin/workty.git"
},
"author": "Alex Levshin",
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-zip": "^3.0.2",
"superagent": "^1.4.0"
}
}