-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "koa-sub-domain",
"version": "1.0.2",
"description": "Simple and lightweight Koa middleware to handle multilevel and wildcard subdomains",
"main": "lib/koa-sub-domain.js",
"scripts": {
"local": "./test/pre-script.sh; gulp test-once; ./test/post-script.sh",
"test": "gulp test-once;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Student007/koa-sub-domain.git"
},
"keywords": [
"koa",
"router",
"subdomain",
"middleware"
],
"author": "Daniel Bunzendahl",
"license": "MIT",
"bugs": {
"url": "https://github.com/Student007/koa-sub-domain/issues"
},
"devDependencies": {
"chai": "^3.0.0",
"co-supertest": "0.0.10",
"eslint": "^0.23.0",
"gulp": "^3.9.0",
"gulp-exit": "0.0.2",
"gulp-mocha-co": "^0.4.1-co.3",
"gulp-nodemon": "^2.0.3",
"koa": "^0.21.0",
"koa-router": "^5.1.2",
"supertest": "^1.0.1"
},
"engines": {
"node": ">= 0.11.16",
"iojs": ">= 1.0.0"
},
"homepage": "https://github.com/Student007/koa-sub-domain#readme",
"dependencies": {}
}