-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 832 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
{
"name": "express-resize",
"version": "1.0.4",
"description": "Express middleware to resize images on the fly using simple http requests",
"main": "index.js",
"scripts": {
"preinstall": "npm config set msvs_version 2013 --global",
"test": "mocha test",
"docs": "docha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/franksoftgrid/express-resize.git"
},
"keywords": [
"express",
"middleware",
"resize",
"sharp",
"nodejs"
],
"author": "Finn Scott",
"license": "ISC",
"bugs": {
"url": "https://github.com/franksoftgrid/express-resize/issues"
},
"homepage": "https://github.com/franksoftgrid/express-resize#readme",
"dependencies": {
"sharp": "^0.20.1"
},
"devDependencies": {
"docha": "^0.1.2",
"mocha": "^2.3.4"
}
}