-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 961 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
{
"name": "image-server",
"version": "1.2.0",
"description": "image server for website or mobile app backend.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ququzone/image-server"
},
"scripts": {
"start": "node index.js"
},
"keywords": [
"image server",
"graphicsmagick"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/ququzone/image-server/issues"
},
"homepage": "https://github.com/ququzone/image-server",
"dependencies": {
"buffer-crc32": "^0.2.1",
"canvas": "^1.2.11",
"co-body": "^4.0.0",
"co-busboy": "^1.3.1",
"co-views": "^2.1.0",
"form-data": "^0.2.0",
"gm": "^1.14.2",
"ioredis": "^1.9.1",
"jade": "^1.11.0",
"koa": "^1.1.0",
"koa-logger": "^1.3.0",
"koa-route": "^2.4.2",
"koa-static-folder": "^0.1.5",
"node-uuid": "^1.4.1",
"underscore": "^1.6.0"
}
}