forked from SibirixScrum/HelpDesk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.3 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
{
"name": "sibirix-helpdesk",
"version": "0.7.0",
"private": true,
"dependencies": {
"async": "1.4.2",
"body-parser": "~1.0.0",
"boron": "0.1.2",
"connect-mongodb": "*",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"ejs": "~0.8.5",
"envify": "3.4.0",
"express": "~4.0.0",
"express-session": "1.11.3",
"extend": "3.0.0",
"imap": "0.8.15",
"jsonwebtoken": "5.0.5",
"mailparser": "0.5.2",
"moment": "2.10.6",
"mongodb": "*",
"mongoose": "~4.0.0",
"mongoose-auto-increment": "4.0.0",
"morgan": "~1.0.0",
"multer": "1.0.3",
"nodemailer": "1.4.0",
"react": "0.13.3",
"react-dropzone": "2.0.1",
"react-redux": "~2.1.0",
"react-router": "0.13.3",
"redux": "2.0.0",
"redux-thunk": "0.1.0",
"serve-favicon": "*",
"socket.io": "1.3.6",
"socket.io-emitter": "0.2.0",
"socketio-jwt": "4.3.1",
"striptags": "2.0.3",
"superagent": "*",
"underscore": "1.8.3"
},
"devDependencies": {
"babelify": "^6.3.0",
"browserify": "^11.0.1",
"gaze": "^0.5.1",
"gulp": "^3.9.0",
"gulp-livereload": "^3.8.0",
"gulp-notify": "^2.2.0",
"lorem-ipsum": "^1.0.3",
"reactify": "^1.1.1",
"superagent": "^1.4.0",
"uglifyify": "^3.0.1",
"vinyl-source-stream": "^1.1.0"
}
}