forked from papandreou/express-processimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.04 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.04 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "express-processimage",
"version": "7.4.0",
"description": "Express middleware that processes served images according to the query string",
"main": "lib/processImage.js",
"directories": {
"test": "test",
"bin": "bin"
},
"dependencies": {
"accepts": "^1.3.3",
"animated-gif-detector": "1.2.0",
"bluebird": "3.3.4",
"createerror": "1.1.0",
"exif-reader-paras20xx": "1.1.1",
"gm-papandreou": "1.23.0-patch1",
"hijackresponse": "2.0.1",
"httperrors": "2.0.1",
"icc": "0.0.2",
"inkscape": "1.1.1",
"jpegtran": "1.0.5",
"mime": "1.3.4",
"optimist": "0.6.1",
"optipng": "1.0.0",
"passerror": "1.1.1",
"pngcrush": "1.1.1",
"pngquant": "1.2.0",
"sharp": "0.17.3",
"underscore": "1.8.3"
},
"devDependencies": {
"browser-sync": "^2.18.6",
"compression": "1.6.1",
"coveralls": "2.11.4",
"eslint": "3.13.1",
"eslint-config-onelint": "1.1.0",
"express": "4.13.4",
"gifsicle-stream": "0.3.1",
"istanbul": "0.4.0",
"magicpen": "5.5.0",
"magicpen-prism": "2.2.1",
"mocha": "2.4.5",
"sinon": "1.17.3",
"svgfilter": "1.2.0",
"unexpected": "^10.18.1",
"unexpected-express": "^8.3.2",
"unexpected-http": "^5.6.0",
"unexpected-image": "^2.0.0",
"unexpected-resemble": "^3.1.0",
"unexpected-sinon": "^10.7.1"
},
"scripts": {
"lint": "eslint .",
"test": "mocha && npm run lint",
"travis": "npm test && npm run coverage && (<coverage/lcov.info coveralls || true)",
"coverage": "NODE_ENV=development istanbul cover _mocha -- --reporter dot && echo google-chrome coverage/lcov-report/index.html"
},
"repository": {
"type": "git",
"url": "git://github.com/papandreou/express-processimage.git"
},
"keywords": [
"express",
"middleware",
"image",
"images",
"png",
"jpg",
"jpeg",
"resize",
"scale",
"graphicsmagick",
"optipng",
"pngcrush",
"pngquant",
"jpegtran"
],
"author": "Andreas Lind <andreas@one.com>",
"license": "BSD-3-Clause"
}