-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
37 lines (37 loc) · 853 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
{
"name": "image-proxy",
"version": "0.0.7",
"description": "A simple image proxy optimized for headshots",
"keywords": [
"image",
"proxy"
],
"homepage": "https://github.com/jpmckinney/image-proxy",
"bugs": "https://github.com/jpmckinney/image-proxy/issues",
"license": "MIT",
"author": "James McKinney",
"main": "./lib/image-proxy",
"bin": "./bin/image-proxy",
"repository": {
"type": "git",
"url": "https://github.com/jpmckinney/image-proxy.git"
},
"scripts": {
"start": "./bin/image-proxy",
"test": "DELAY=100 WHITELIST=localhost mocha"
},
"dependencies": {
"express": ">=3",
"gm": ">=1.2.0",
"mime": ">=2.0.5"
},
"devDependencies": {
"coveralls": "~2.11",
"istanbul": "0.3.5",
"mocha": "~1",
"supertest": "~0.11"
},
"engines": {
"node": ">=0.6.0"
}
}