forked from V-RaiD/LAAS_Server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (82 loc) · 1.92 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "washbay.in",
"version": "0.0.1",
"private": "true",
"description": "server for LAAS Application named washbay.in",
"homepage": "http://www.washbay.in",
"bugs": {
"url": "https://github.com/V-RaiD/LAAS_Server"
},
"repository": {
"type": "git",
"url": "https://github.com/V-RaiD/LAAS_Server"
},
"engines": {
"node": ">=4.0.0"
},
"author": {
"name": "Girish Gupta",
"url": "https://github.com/girishgupta211"
},
"scripts": {
},
"devDependencies": {
"bench-rest": "*",
"chai": "^3.5.0",
"commander": "*",
"csv-parse": "*",
"csv-stringify": "*",
"mocha": "^2.5.3",
"adm-zip":"latest",
"progress2": "*",
"remodal": "^1.1.0",
"should": "^8.4.0",
"supertest": "^1.2.0"
},
"dependencies": {
"bunyan": "~1",
"co": "~4",
"co-fs": "latest",
"co-redis": "^1.2.1",
"co-request": "~0",
"wb-shared": "file:wb-shared",
"koa": "~0",
"koa-better-body": "1.0.17",
"koa-compose": "2.3.0",
"koa-compress": "latest",
"koa-cors": "0.0.16",
"koa-generic-session": "latest",
"koa-jwt": "1.2.0",
"koa-logger": "~1",
"koa-passport": "latest",
"koa-response-time": "latest",
"koa-router": "5.2.3",
"koa-send": "~1",
"csv-parser": "latest",
"koa-device": "latest",
"koa-ip-geo": "latest",
"koa-static": "latest",
"koa-swig": "latest",
"path": "latest",
"base-64": "latest",
"koa-session-mongoose": "latest",
"lodash": "~3",
"mobile-detect": "latest",
"mongodb": "latest",
"mongoose": "latest",
"mz": "^2.0.0",
"nodemailer": "^1.4.0",
"sendgrid": "^1.9.2",
"redis": "^0.12.1",
"gm": "latest",
"image-size": "latest",
"shortid":"latest",
"json2csv": "^3.2.0",
"msexcel-builder": "0.0.2",
"python-shell": "^0.4.0",
"officegen": "latest",
"html-pdf": "latest",
"exceljs": "latest",
"hashtable-js": "latest"
}
}