-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.49 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
{
"name": "chat-subsystem",
"version": "0.0.1",
"description": "",
"main": "index.js",
"dependencies": {
"automapper-ts": "^1.8.2",
"axios": "^0.15.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"config": "^1.24.0",
"cron": "^1.3.0",
"dropbox": "^2.5.7",
"express": "^4.14.0",
"form-data": "^2.1.2",
"imap": "^0.8.19",
"indicative": "^2.2.1",
"inversify": "^4.9.0",
"jszip": "^2.6.1",
"jwt-simple": "^0.5.1",
"mailparser": "^2.1.0",
"moment": "^2.18.1",
"moment-timezone": "^0.5.10",
"mongodb": "^2.2.15",
"mongodb-migrate": "^2.0.2",
"multer": "^1.2.0",
"node-schedule": "^1.2.5",
"nodemailer": "^4.4.0",
"pubsub-js": "^1.5.7",
"readline-sync": "^1.4.7",
"reflect-metadata": "^0.1.8",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"routing-controllers": "^0.7.6",
"serve-static": "^1.11.1",
"socket.io": "^2.0.3",
"winston": "^2.3.1",
"winston-loggly-bulk": "^1.4.0",
"xlsx-template": "^0.1.1"
},
"devDependencies": {
"figlet": "^1.2.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-sequence": "^0.4.6",
"gulp-tslint": "^7.1.0",
"tslint": "^4.5.1",
"typescript": "^2.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp start-app"
},
"repository": {
"type": "git",
"url": ""
},
"author": "codebehind",
"license": "ISC",
"bugs": {
"url": ""
},
"homepage": ""
}