-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (48 loc) · 1.1 KB
/
package.json
File metadata and controls
54 lines (48 loc) · 1.1 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"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": "Amitesh Rai",
"url": "https://github.com/V-RaiD"
},
"scripts": {
},
"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": "latest",
"koa-compose": "2.3.0",
"koa-compress": "latest",
"koa-cors": "0.0.16",
"koa-generic-session": "latest",
"koa-jwt": "latest",
"koa-logger": "~1",
"koa-passport": "latest",
"koa-response-time": "latest",
"koa-router": "5.2.3",
"koa-send": "~1",
"koa-session-mongoose": "latest",
"lodash": "~3",
"mongodb": "latest",
"mongoose": "latest",
"image-size": "latest"
}
}