-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1017 Bytes
/
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
{
"name": "koa-server",
"version": "1.0.0",
"description": "",
"main": "./app/server.js",
"scripts": {
"test": "mocha ./test/**/*.js",
"start": "pm2 start ./processes.json"
},
"author": "katsew",
"license": "MIT",
"dependencies": {
"co": "^4.6.0",
"co-views": "^2.1.0",
"debug": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
"http": "0.0.0",
"jade": "^1.11.0",
"kcors": "^1.0.1",
"koa": "^2.0.0-alpha.3",
"koa-bodyparser": "^3.0.0",
"koa-convert": "^1.2.0",
"koa-cors": "0.0.16",
"koa-generic-session": "^1.10.0",
"koa-jwt": "^1.1.1",
"koa-passport": "^2.0.1",
"koa-redis": "^1.0.1",
"koa-router": "^7.0.0",
"koa-static": "^1.5.2",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"mongoose": "^4.2.7",
"nodemailer": "^1.10.0",
"passport-local": "^1.0.0",
"pm2": "^0.15.10",
"uuid": "^2.0.1"
},
"devDependencies": {
"faker": "^3.0.1",
"mocha": "^2.3.4",
"supertest": "^1.1.0"
}
}