-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 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
{
"name": "test",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node bin/run",
"dev": "./node_modules/.bin/nodemon bin/run",
"prd": "pm2 start bin/run --name 'ldk-upload-img'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"nodemonConfig": {
"ignore": ["uploads/*"]
},
"dependencies": {
"bluebird": "^3.5.1",
"crypto": "^1.0.1",
"debug": "^2.6.3",
"eventproxy": "^1.0.0",
"identicon.js": "^2.3.1",
"imagemin": "^5.3.1",
"imagemin-gifsicle": "^5.2.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-pngquant": "^5.0.1",
"ioredis": "^3.2.1",
"koa": "^2.2.0",
"koa-better-body": "^3.0.4",
"koa-bodyparser": "^3.2.0",
"koa-convert": "^1.2.0",
"koa-json": "^2.0.2",
"koa-logger": "^2.0.1",
"koa-onerror": "^1.2.1",
"koa-router": "^7.1.1",
"koa-session2": "^2.2.5",
"koa-static": "^3.0.0",
"koa-views": "^5.2.1",
"moment": "^2.19.1",
"mongoose": "^4.12.4",
"pug": "^2.0.0-rc.1",
"qn": "^1.3.0",
"runkoa": "^1.5.9",
"tinify": "^1.5.0",
"uuid": "^3.1.0"
},
"devDependencies": {
"nodemon": "^1.8.1"
}
}