forked from yuanguozheng/coderyuan-image-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 968 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
{
"name": "coderyuan-image-server",
"version": "1.0.0",
"description": "An image server for a personal user which can upload image and convert to webp, or transmit webp/png images auto by parsing accepts.",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/yuanguozheng/coderyuan-image-server.git"
},
"keywords": [
"image",
"nodejs",
"webp"
],
"author": "yuanguozheng",
"license": "MIT",
"bugs": {
"url": "https://github.com/yuanguozheng/coderyuan-image-server/issues"
},
"homepage": "https://github.com/yuanguozheng/coderyuan-image-server#readme",
"dependencies": {
"cwebp": "^2.0.2",
"express": "^4.16.2",
"gm": "^1.23.1",
"js-yaml": "^3.10.0",
"moment": "^2.21.0",
"multer": "^1.3.0",
"node-static": "^0.7.10"
}
}