forked from geekguy/forcedomain
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.1 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "forcedomain",
"version": "0.5.1",
"description": "forcedomain is a middleware for Connect and Express that redirects any requests to a default domain.",
"contributors": [
{
"name": "Golo Roden",
"email": "[email protected]"
},
{
"name": "Matthias Wagler",
"email": "[email protected]"
},
{
"name": "David Bohner",
"email": "[email protected]"
},
{
"name": "Mike MacCana",
"email": "[email protected]"
},
{
"name": "Jelle Kralt",
"email": "[email protected]"
}
],
"main": "lib/forceDomain.js",
"dependencies": {
"lodash": "3.10.1"
},
"devDependencies": {
"assertthat": "0.6.0",
"cases": "0.1.1",
"express": "4.13.3",
"grunt": "0.4.5",
"supertest": "1.0.1",
"tourism": "0.21.0"
},
"repository": {
"type": "git",
"url": "git://github.com/thenativeweb/forcedomain.git"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"connect",
"express",
"middleware",
"redirect"
],
"license": "MIT"
}