-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
30 lines (30 loc) · 882 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
{
"name":"subdomain",
"author":"Edward Hotchkiss <[email protected]>",
"contributors":[
{ "name": "Edward Hotchkiss", "email": "[email protected]" },
{ "name": "Kevin Sakhuja", "email" : "[email protected]" },
{ "name": "Jed Dawson", "github": "jeddawson" }
],
"homepage": "http://github.com/edwardhotchkiss/subdomain",
"description":"Node.js Express Subdomain Middleware.",
"version":"1.2.0",
"repository":{
"type":"git",
"url":"git://github.com/edwardhotchkiss/subdomain.git"
},
"keywords":["express","subdomain","middleware","domain"],
"main":"./lib/subdomain",
"engines":{
"node":">= 0.10.x"
},
"dependencies":{
},
"bugs":{
"url":"https://github.com/edwardhotchkiss/subdomain/issues"
},
"licenses":[{
"type":"MIT",
"url":"http://github.com/edwardhotchkiss/subdomain/LICENSE"
}]
}