-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 849 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 849 Bytes
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
{
"name": "node-image-proxy",
"version": "0.9.1",
"description": "Resizing and converting image proxy",
"keywords": [
"image",
"proxy",
"resize",
"convert"
],
"main": "app.js",
"scripts": {
"start": "node ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Marc Jacobs <marcjacobs1021@gmail.com> (https://github.com/marcjacobs1021/)",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.428.0",
"bluebird": "^3.5.3",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"got": "^9.6.0",
"http-errors": "^1.7.2",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"pug": "^2.0.3",
"redis": "^2.8.0",
"sharp": "^0.22.0",
"shelljs": "^0.8.3",
"shorthash": "0.0.2",
"uuid": "^3.3.2"
},
"devDependencies": {
"jest": "^24.5.0"
}
}