-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 910 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
38
39
40
41
{
"name": "set-headers",
"version": "1.0.0",
"description": "Express/Connect middleware to set response headers based on globs",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/ --reporter dot"
},
"repository": {
"type": "git",
"url": "https://github.com/divshot/set-headers.git"
},
"keywords": [
"glob",
"headers",
"response",
"divshot",
"superstatic"
],
"author": "Divshot",
"license": "MIT",
"bugs": {
"url": "https://github.com/divshot/set-headers/issues"
},
"homepage": "https://github.com/divshot/set-headers",
"devDependencies": {
"connect": "^3.3.3",
"mocha": "^2.0.1",
"supertest": "^0.15.0"
},
"dependencies": {
"fast-url-parser": "^1.0.6-0",
"glob-slasher": "^1.0.1",
"globject": "^1.0.0",
"lodash.foreach": "^2.4.1",
"on-headers": "^1.0.0"
}
}